Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Mendo committed Nov 4, 2015
1 parent 005e4f6 commit 1e5d17b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nocms-pages (0.1.0)
nocms-pages (1.0.0)
awesome_nested_set (>= 3.0.0.rc.6)
globalize (>= 4.0.0, < 5.1)
nocms-blocks (~> 1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
nocms-pages (0.1.0)
nocms-pages (1.0.0)
awesome_nested_set (>= 3.0.0.rc.6)
globalize (>= 4.0.0, < 5.1)
nocms-blocks (~> 1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
nocms-pages (0.1.0)
nocms-pages (1.0.0)
awesome_nested_set (>= 3.0.0.rc.6)
globalize (>= 4.0.0, < 5.1)
nocms-blocks (~> 1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
nocms-pages (0.1.0)
nocms-pages (1.0.0)
awesome_nested_set (>= 3.0.0.rc.6)
globalize (>= 4.0.0, < 5.1)
nocms-blocks (~> 1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/nocms/pages/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module NoCms
module Pages
VERSION = "0.1.0"
VERSION = "1.0.0"
end
end

0 comments on commit 1e5d17b

Please sign in to comment.