diff --git a/APP_VERSIONS_LIST b/APP_VERSIONS_LIST index 216e06d..f6df67e 100644 --- a/APP_VERSIONS_LIST +++ b/APP_VERSIONS_LIST @@ -2,4 +2,5 @@ b43527c 60176fa 8cd942b 83acd30 -b2baee0 \ No newline at end of file +b2baee0 +13c4c19 \ No newline at end of file diff --git a/src/updates.rb b/src/updates.rb index 08444a7..4902ed2 100644 --- a/src/updates.rb +++ b/src/updates.rb @@ -18,7 +18,7 @@ require 'net/http' require 'uri' # @type const RELEASE_SERIAL_CODE: String -RELEASE_SERIAL_CODE = 'b2baee0' +RELEASE_SERIAL_CODE = '13c4c19' # @type const CHANNEL: String CHANNEL = 'dev' # @type const VERSION_LIST_URL: String