From 853197f9b908cc019e9f4981a85415814f59e068 Mon Sep 17 00:00:00 2001 From: Sebastian Fiedlschuster Date: Wed, 1 Apr 2015 20:54:47 +0200 Subject: [PATCH] bump version to 1.0.1. having removed the rails 4.1 deprecations. trello: https://trello.com/c/Dlio0wG9/281-rails-4 --- Gemfile.lock | 2 +- lib/your_platform/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0f1620293..9b40471fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/your_platform/version.rb b/lib/your_platform/version.rb index 229b72efa..c0bed2606 100644 --- a/lib/your_platform/version.rb +++ b/lib/your_platform/version.rb @@ -1,3 +1,3 @@ module YourPlatform - VERSION = "1.0.0" + VERSION = "1.0.1" end