Skip to content

Commit

Permalink
Release: v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
XPH0816 committed Jan 14, 2025
1 parent 4b6333e commit 03678ac
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 14 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libraryroombookingsystem",
"private": true,
"version": "1.0.7",
"version": "1.0.8",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,7 +14,6 @@
"@sveltestrap/sveltestrap": "^6.2.7",
"@tauri-apps/api": "^1.6.0",
"bcryptjs": "^2.4.3",
"js-cookie": "^3.0.5",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1"
},
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "LibraryRoomBookingSystem"
version = "1.0.7"
version = "1.0.8"
description = "A Library Room Booking System built with Tauri and Rust"
authors = ["Lim Shi Song [email protected]"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "LibraryRoomBookingSystem",
"version": "1.0.7"
"version": "1.0.8"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 03678ac

Please sign in to comment.