Skip to content

Commit

Permalink
bump version to 1.0.1.
Browse files Browse the repository at this point in the history
having removed the rails 4.1 deprecations.

trello: https://trello.com/c/Dlio0wG9/281-rails-4
  • Loading branch information
fiedl committed Apr 1, 2015
1 parent 0801074 commit 853197f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GIT
PATH
remote: .
specs:
your_platform (1.0.0)
your_platform (1.0.1)
acts-as-dag (>= 2.5.7)
acts_as_tree
bcrypt (>= 3.0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/your_platform/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module YourPlatform
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 853197f

Please sign in to comment.