Skip to content

Commit cd0ec32

Browse files
author
Dave Smith
committed
Bump version
1 parent 48dac5c commit cd0ec32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apktools.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
Gem::Specification.new do |s|
2020
s.name = 'apktools'
21-
s.version = '0.7.2'
22-
s.date = '2017-04-03'
21+
s.version = '0.7.3'
22+
s.date = '2019-09-27'
2323
s.summary = 'APKTools'
2424
s.description = 'Library to assist reading resource data out of Android APKs'
2525
s.authors = ['Dave Smith']
@@ -30,5 +30,5 @@ Gem::Specification.new do |s|
3030

3131
s.executables << 'get_app_version.rb'
3232
s.executables << 'read_manifest.rb'
33-
s.add_runtime_dependency 'rubyzip', '~> 1.3.0'
33+
s.add_runtime_dependency 'rubyzip', '~> 1.3'
3434
end

0 commit comments

Comments
 (0)