Skip to content

Commit

Permalink
2.0.1 bump (#3)
Browse files Browse the repository at this point in the history
* Bump to 2.0.1
  • Loading branch information
SeanRoberts authored and factore committed May 2, 2016
1 parent 65bfb04 commit 7ce6f40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.0.0 2016-05-02
* Improve systems for building, serving, and deploying webpack assets w/ Rails in the test/dummy app. These systems can (and will) be used as a sample for creating new Tenon-based projects.

2.0.0 2016-04-01
* Removed standard resources from base Tenon. They have been placed in the dummy amp:
- Tenon::Comment
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GIT
PATH
remote: .
specs:
tenon (2.0.0)
tenon (2.0.1)
active_model_serializers
awesome_nested_set
cocoon
Expand Down
2 changes: 1 addition & 1 deletion lib/tenon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tenon
VERSION = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit 7ce6f40

Please sign in to comment.