diff --git a/Gemfile.lock b/Gemfile.lock index af17611..1188608 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - android_apk (1.8.0) + android_apk (1.9.0) rubyzip (~> 2.3.0) GEM diff --git a/lib/android_apk/version.rb b/lib/android_apk/version.rb index acb5f13..d2c28b1 100644 --- a/lib/android_apk/version.rb +++ b/lib/android_apk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class AndroidApk - VERSION = "1.8.0" + VERSION = "1.9.0" end