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

Commit ae2e618

Browse files
committed
Bump version to 0.3.5.
1 parent e14f383 commit ae2e618

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if defined?(JRUBY_VERSION)
4949
ant.jar :basedir => 'pkg/tests', :destfile => 'test/package.jar', :includes => '**/*.class'
5050
end
5151

52-
task :package => [ :jar, 'test-jar' ]
52+
task :package => [ :clean, :compile, :jar, 'test-jar' ]
5353
else
5454
# No need to package anything for non-jruby rubies
5555
task :package

lib/thread_safe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ThreadSafe
2-
VERSION = "0.3.4"
2+
VERSION = "0.3.5"
33
end
44

55
# NOTE: <= 0.2.0 used Threadsafe::VERSION

0 commit comments

Comments
 (0)