Increment the app version

main
trivernis 6 months ago
parent b281fc31df
commit 6ca208f40a
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -0,0 +1,10 @@
.git
node_modules
.eslint*
.prettier*
.git*
.vscode
Containerfile*
public
.svelte-kit
build

@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.1"
appVersion: "0.0.2"

@ -1,6 +1,6 @@
{
"name": "plantwiki-svelte",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "vite dev",
@ -15,7 +15,6 @@
"@sveltejs/kit": "^1.27.4",
"@zerodevx/svelte-img": "^2.1.0",
"drab": "^4.1.4",
"lorem-ipsum": "^2.0.8",
"sass": "^1.69.5",
"svelte": "^4.0.5",
"svelte-check": "^3.6.0",

Loading…
Cancel
Save