Skip to content

Commit f41d885

Browse files
chore: Bump version to 0.0.21 across all configuration files
1 parent 9e2718a commit f41d885

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "addiction-tracker",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"author": {
55
"name": "Charles Schaefer"
66
},

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: addiction-tracker
22
base: core22
3-
version: '0.0.20'
3+
version: '0.0.21'
44
summary: An app to help with your addiction # 79 char long summary
55
description: |
66
Addiction tracker helps you to stop your addiction by giving you more consciousness over how you

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "addiction-tracker"
3-
version = "0.0.20"
3+
version = "0.0.21"
44
description = "Addiction Tracker - An app for tracking substance addiction and habits (made with Tauri)."
55
authors = ["Charles Schaefer"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Addiction Tracker",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"identifier": "com.addictiontracker",
55
"build": {
66
"beforeDevCommand": "npm run start -- --host localhost --public-host localhost",

0 commit comments

Comments
 (0)