From 9f4fab72e9d16aee99cb837d34fa34e4b3314342 Mon Sep 17 00:00:00 2001 From: mkotsollaris Date: Thu, 28 Jan 2021 00:34:18 -0800 Subject: [PATCH] bump version --- .github/workflows/release.yml | 6 +++--- public/manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6547aa03..be0c4d2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: 0.3.2 - release_name: 0.3.2 + tag_name: 0.3.5 + release_name: 0.3.5 body: | - Added ability for global-facet declaration. + Added ability to Preview facets draft: false prerelease: false diff --git a/public/manifest.json b/public/manifest.json index 759148f7..7baa7c0e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Facet", - "version": "0.3.4", + "version": "0.3.5", "description": "Facet.ninja | Deploy - Learn - Adapt", "icons": { "512": "facet_logo_512x512.png"