Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdantonio committed Mar 11, 2015
1 parent e14f383 commit ae2e618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if defined?(JRUBY_VERSION)
ant.jar :basedir => 'pkg/tests', :destfile => 'test/package.jar', :includes => '**/*.class'
end

task :package => [ :jar, 'test-jar' ]
task :package => [ :clean, :compile, :jar, 'test-jar' ]
else
# No need to package anything for non-jruby rubies
task :package
Expand Down
2 changes: 1 addition & 1 deletion lib/thread_safe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ThreadSafe
VERSION = "0.3.4"
VERSION = "0.3.5"
end

# NOTE: <= 0.2.0 used Threadsafe::VERSION
Expand Down

0 comments on commit ae2e618

Please sign in to comment.