Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamper committed Mar 17, 2016
1 parent 48d0544 commit f933c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export default version = {
get string() { return `v${version.major}.${version.minor}.${version.patch}`; },
major: 0,
minor: 6,
patch: 0,
patch: 1,
pre: false
};

0 comments on commit f933c9b

Please sign in to comment.