Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Apr 21, 2016
1 parent 3137d90 commit 5c3e843
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## [0.9.6](https://github.com/HospitalRun/hospitalrun-frontend/tree/0.9.5) (2016-04-21)
[Full Changelog](https://github.com/HospitalRun/hospitalrun-frontend/compare/0.9.5...0.9.6)

Forgot to run build for 0.9.5, so here it is.

## [0.9.5](https://github.com/HospitalRun/hospitalrun-frontend/tree/0.9.5) (2016-04-21)
[Full Changelog](https://github.com/HospitalRun/hospitalrun-frontend/compare/0.9.4...0.9.5)
Expand Down
2 changes: 1 addition & 1 deletion app/mixins/hospitalrun-version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Ember from 'ember';
export default Ember.Mixin.create({
version: '0.9.5'
version: '0.9.6'
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hospitalrun",
"version": "0.9.5",
"version": "0.9.6",
"description": "Ember front end for HospitalRun",
"homepage": "http://hospitalrun.io",
"directories": {
Expand Down

0 comments on commit 5c3e843

Please sign in to comment.