From d4e69c974df82db599f5ca246dc018f3820eb939 Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Tue, 15 Jun 2021 13:47:21 +0200 Subject: [PATCH] set version --- android/app/build.gradle | 4 ++-- chrome/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3e1564b..651aa4c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "it.purser.stream" minSdkVersion 25 targetSdkVersion 29 - versionCode 109 - versionName "109.0" + versionCode 100 + versionName "100.0" } buildTypes { diff --git a/chrome/manifest.json b/chrome/manifest.json index 1c8ea0c..c92a2bc 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -7,7 +7,7 @@ "48": "icon-48.png", "128": "icon-128.png" }, - "version": "116.0", + "version": "100.0", "manifest_version": 3, "permissions": ["tabs"], "action": {