Updating app version number

This commit is contained in:
2025-02-18 22:00:42 -06:00
parent ddcaceee45
commit fde98c8ab7
2 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: ${{ inputs.calling_workflow }} environment: ${{ inputs.calling_workflow }}
steps: steps:
- run: |
printenv
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
sparse-checkout: | sparse-checkout: |

View File

@@ -1,7 +1,7 @@
{ {
"name": "app", "name": "app",
"private": true, "private": true,
"version": "0.0.20", "version": "0.0.21",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",