Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tompesman committed Sep 19, 2012
1 parent 1a0a721 commit aee8dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/push-gcm/version.rb
@@ -1,3 +1,3 @@
module PushGcm
VERSION = "0.0.1.pre4"
VERSION = "1.0.0"
end
2 changes: 1 addition & 1 deletion push-gcm.gemspec
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "multi_json", "~> 1.0"
s.add_dependency "push-core", "0.0.1.pre4"
s.add_dependency "push-core", "~> 1.0.0"
s.add_development_dependency "sqlite3"
end

0 comments on commit aee8dbe

Please sign in to comment.