Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonus committed Mar 30, 2023
1 parent 658c452 commit 7b93523
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arcanum",
"private": true,
"version": "1.0.9",
"version": "1.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -13,7 +13,7 @@
"@tauri-apps/api": "^1.2.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@sveltejs/vite-plugin-svelte": "^2.0.4",
"@tauri-apps/cli": "^1.2.3",
"sass": "^1.58.3",
"svelte": "^3.54.0",
Expand Down
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 = "arcanum"
version = "1.0.9"
version = "1.1.2"
description = "A Tauri App"
authors = ["dhonus"]
license = "GPL-3.0"
Expand Down

0 comments on commit 7b93523

Please sign in to comment.