Skip to content

Commit

Permalink
Increment version to 0.5.0
Browse files Browse the repository at this point in the history
Versions before 0.5.0 broke the back button the browser, which is why
the minor version was incremented. Anything before 0.5 should be
considered unusable.
  • Loading branch information
ssorallen committed Jan 12, 2015
1 parent 375df5d commit 22731e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-react",
"version": "0.4.1",
"version": "0.5.0",
"description": "This is a mix of React, React's JSX, and a slightly-modified Turbolinks that applies DOM \"diffs\" without any server configuration—it just needs plain old HTML.",
"main": "./public/dist/reactize.js",
"scripts": {
Expand Down
Loading

0 comments on commit 22731e9

Please sign in to comment.