Skip to content

Commit 9f0d26d

Browse files
committed
Version 1.0.2
1 parent 7c2cedb commit 9f0d26d

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
@@ -96,7 +96,7 @@ task :default => :test
9696
# PACKAGING
9797

9898
PACKAGE_NAME = "transrate"
99-
VERSION = "1.0.1"
99+
VERSION = "1.0.2"
100100
TRAVELING_RUBY_VERSION = "20150210-2.2.0"
101101

102102
desc "Package your app"

lib/transrate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Transrate
1010
module VERSION
1111
MAJOR = 1
1212
MINOR = 0
13-
PATCH = 1
13+
PATCH = 2
1414
BUILD = nil
1515

1616
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')

0 commit comments

Comments
 (0)