From c9b7a0d492520065a8531787904b7c6b2468292c Mon Sep 17 00:00:00 2001 From: Chris Schmich Date: Thu, 26 Sep 2019 22:06:55 -0700 Subject: [PATCH] Bump version. Update release step ordering. --- RELEASE.md | 2 +- package/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 67e5647..42746ef 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,8 +1,8 @@ # Releasing - Sync with origin: `git pull --ff-only` -- Run tests: `make test` - Bump `version` in `package/manifest.json` +- Run tests: `make test` - Create package: `make release` - Publish package at https://chrome.google.com/webstore/devconsole - Upload updated package diff --git a/package/manifest.json b/package/manifest.json index ca1b6f5..d8ba6dd 100644 --- a/package/manifest.json +++ b/package/manifest.json @@ -3,7 +3,7 @@ "short_name": "__MSG_app_name_short__", "description": "__MSG_app_desc__", "default_locale": "en", - "version": "29", + "version": "30", "manifest_version": 2, "author": "Chris Schmich ", "homepage_url": "https://github.com/schmich/marinara",