Skip to content

Commit

Permalink
feat: update version to 0.1.1 in Cargo.toml and tauri.conf.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pitzzahh committed Feb 26, 2025
1 parent 14c5a44 commit 6661e44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Evently"
version = "0.1.0"
version = "0.1.1"
description = "A desktop application built with Svelte and Tauri for managing events and tracking attendee attendance through QR code scanning. "
authors = ["Alessandro Benig", "Peter John Arao"]
license = ""
Expand All @@ -26,7 +26,7 @@ tauri = { version = "2.2.4", features = [] }
tauri-plugin-log = "2.0.0-rc"
tauri-plugin-process = "2"
tauri-plugin-fs = "2"
dotenvs = "0.1.0"
dotenvs = "0.1.1"
tauri-plugin-shell = "2"
dirs = "6.0.0"

Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "evently",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "me.araopj.evently",
"build": {
"frontendDist": "../build",
Expand All @@ -13,7 +13,7 @@
"windows": [
{
"center": true,
"title": "evently v0.1.0",
"title": "evently v0.1.1",
"width": 950,
"height": 650,
"minWidth": 950,
Expand Down

0 comments on commit 6661e44

Please sign in to comment.