Skip to content

Commit

Permalink
Bump to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Nov 14, 2011
1 parent 16e6f96 commit fce6d64
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:
copycopter_client (1.1.1)
copycopter_client (1.1.2)
i18n (>= 0.5.0)
json

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/thoughtbot/copycopter_client
specs:
copycopter_client (1.1.1)
copycopter_client (1.1.2)
i18n (>= 0.5.0)
json

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/thoughtbot/copycopter_client
specs:
copycopter_client (1.1.1)
copycopter_client (1.1.2)
i18n (>= 0.5.0)
json

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/thoughtbot/copycopter_client
specs:
copycopter_client (1.1.1)
copycopter_client (1.1.2)
i18n (>= 0.5.0)
json

Expand Down
2 changes: 1 addition & 1 deletion lib/copycopter_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module CopycopterClient
# Client version
VERSION = "1.1.1"
VERSION = "1.1.2"

# API version being used to communicate with the server
API_VERSION = "2.0".freeze
Expand Down

0 comments on commit fce6d64

Please sign in to comment.