Skip to content

Commit

Permalink
increased version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Aug 19, 2024
1 parent fd96338 commit f37d96b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-lua-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f37d96b

Please sign in to comment.