Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
warhammerkid committed Mar 30, 2010
1 parent 9a9e460 commit c9a01f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -23,7 +23,7 @@ end

spec = Gem::Specification.new do |s|
s.name = 'RocketAMF'
s.version = '0.0.6'
s.version = '0.0.7'
s.summary = 'Fast AMF serializer/deserializer and request/response wrappers to simplify remoting implementation'

s.files = FileList['README.rdoc', 'Rakefile', 'lib/**/*.rb', 'spec/**/*.rb', 'spec/**/*.bin', 'spec/spec.opts']
Expand Down
2 changes: 1 addition & 1 deletion lib/rocketamf/version.rb
@@ -1,6 +1,6 @@
module RocketAMF
# AMF version
VERSION = '0.0.6'
VERSION = '0.0.7'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
Expand Down

0 comments on commit c9a01f6

Please sign in to comment.