From 324adc7a57ab5ff292c32ff5011ad58af30a9b60 Mon Sep 17 00:00:00 2001 From: Isaac Freeman Date: Sat, 18 Nov 2023 16:11:13 +1300 Subject: [PATCH 1/2] Version bump to 1.1.0 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a1a1b0e..79d6b77 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Kakano", - "version": "1.0.6", + "version": "1.1.0", "minAppVersion": "1.1.0", "author": "Isaac Freeman", "authorUrl": "https://isaac.freeman.org.nz" -} \ No newline at end of file +} From a1aacbe5b0269a67f9e9952c9e3ba3cbb68790f3 Mon Sep 17 00:00:00 2001 From: Isaac Freeman Date: Sat, 18 Nov 2023 16:20:51 +1300 Subject: [PATCH 2/2] Update release-version.yml --- .github/workflows/release-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index c1da420..d21660f 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -5,6 +5,7 @@ on: # Sequence of patterns matched against refs/tags tags: - "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10 + workflow_dispatch: jobs: build: