From a7f4f5607b46d84673187f58e37fe7cc32b3cdde Mon Sep 17 00:00:00 2001 From: Aaron Stone Date: Sun, 23 Feb 2014 15:01:17 -0800 Subject: [PATCH] Bump version to 3.0.0 --- Gemfile.lock | 2 +- VERSION | 2 +- lib/formtastic-bootstrap/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 11667877..ae5f9a84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - formtastic-bootstrap (3.0.0.rc.1) + formtastic-bootstrap (3.0.0) formtastic (>= 2.2) GEM diff --git a/VERSION b/VERSION index cbf4c8c0..4a36342f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0.rc.2 \ No newline at end of file +3.0.0 diff --git a/lib/formtastic-bootstrap/version.rb b/lib/formtastic-bootstrap/version.rb index 6ec4613f..48221a9e 100644 --- a/lib/formtastic-bootstrap/version.rb +++ b/lib/formtastic-bootstrap/version.rb @@ -1,3 +1,3 @@ module FormtasticBootstrap - VERSION = "3.0.0.rc.2" + VERSION = "3.0.0" end