Skip to content

Commit 2bd24bd

Browse files
Bumping version to 0.0.78
1 parent 216eb23 commit 2bd24bd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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": "faire-todo-app",
3-
"version": "0.0.77",
3+
"version": "0.0.78",
44
"author": {
55
"name": "Charles Schaefer"
66
},

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ base: core22
33
architectures:
44
- build-on: [arm64]
55
- build-on: [amd64]
6-
version: '0.0.77'
6+
version: '0.0.78'
77
summary: An offline first, multiplatform todo app # 79 char long summary
88
description: |
99
Faire is an offline OpenSource multiplatform todo app, created with Tauri and Angular.

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "faire-todo-app"
6-
version = "0.0.77"
6+
version = "0.0.78"
77
description = "Faire Todo App - An open-source task management application that helps you organize your life across all your devices."
88
authors = ["Charles Schaefer"]
99
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": "Faire Todo App",
3-
"version": "0.0.77",
3+
"version": "0.0.78",
44
"identifier": "com.fairetodoapp",
55
"build": {
66
"beforeDevCommand": "npm run apply-supabase-url && npm run start -- --host localhost --public-host localhost",

0 commit comments

Comments
 (0)