Skip to content

Commit 8ba4c7f

Browse files
committed
bumping up the version to 1.0
1 parent 732014e commit 8ba4c7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apkToJava.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.name = 'apkToJava'
88
s.version = ApkToJava::VERSION
99
s.date = '2016-01-28'
10-
s.summary = 'View android apk as as java in GUI'
10+
s.summary = 'View android apk as java code in GUI'
1111
s.description = s.summary
1212
s.authors = ['Ajit Singh']
1313
s.email = '[email protected]'

lib/apk_to_java/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ApkToJava
2-
VERSION = "0.0.1"
2+
VERSION = "1.0"
33
end

0 commit comments

Comments
 (0)