From f37d96b6305a6cb5e117e2c2b3d0711d32a07369 Mon Sep 17 00:00:00 2001 From: Christoph Massmann Date: Mon, 19 Aug 2024 13:40:30 +0200 Subject: [PATCH] increased version to 1.3.0 --- .github/workflows/verify-lua-script.yml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/verify-lua-script.yml b/.github/workflows/verify-lua-script.yml index e9b6550..3239f0b 100644 --- a/.github/workflows/verify-lua-script.yml +++ b/.github/workflows/verify-lua-script.yml @@ -17,13 +17,13 @@ jobs: with: luaVersion: "5.4" - - name: build + - name: Build run: make - name: Install Playwright Browsers run: npx playwright install --with-deps - - name: test + - name: Test run: make test - name: Archive production artifacts diff --git a/package-lock.json b/package-lock.json index 704a731..d489b99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "moneymoney-sankey", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "moneymoney-sankey", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "bootstrap": "^5.3.2", diff --git a/package.json b/package.json index 9ce0501..74271a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "moneymoney-sankey", "description": "An extension for the great MoneyMoney app to export an interactive HTML Sankey Chart based on the transaction categories", - "version": "1.2.0", + "version": "1.3.0", "private": true, "dependencies": { "bootstrap": "^5.3.2",