From 9b586566f0e79c39b994425970137c8f01585ebf Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 15 Jan 2024 12:37:39 -0700 Subject: [PATCH] increment version and add "-beta" --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46e8118..94203c9 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ npm run lint ### Compiles and minifies for production +* `npx prettier --write ./sw_scripts/` + * Update the project.task.yaml & CHANGELOG.md & the version in package.json, run `npm install`, and commit. * [Tag wth the new version.](https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/releases) @@ -30,8 +32,6 @@ npm run lint * `npm run build` -* `npx prettier --write ./sw_scripts/` - ...to make sure the service worker scripts are in proper form. (It's only important if you changed something in that directory.) * `cp sw_scripts/[ns]* dist/` diff --git a/package.json b/package.json index 9222858..90d2f54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari_Test", - "version": "0.2.9", + "version": "0.2.10-beta", "private": true, "scripts": { "serve": "vue-cli-service serve",