Skip to content

Commit 6571f23

Browse files
committed
0.3.0
1 parent cdd1b8c commit 6571f23

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
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: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Blockchain_Interact_App",
3-
"version": "0.2.9",
3+
"version": "0.3.0",
44
"private": true,
55
"dependencies": {
6-
"@emotion/react": "^11.14.0",
7-
"@emotion/styled": "^11.14.0",
8-
"@solana/spl-token": "^0.4.13",
6+
"@emotion/react": "^11.14.0",
7+
"@emotion/styled": "^11.14.0",
8+
"@solana/spl-token": "^0.4.13",
99
"@testing-library/jest-dom": "^5.17.0",
1010
"@testing-library/react": "^13.4.0",
1111
"@testing-library/user-event": "^13.5.0",
@@ -20,12 +20,12 @@
2020
"os-browserify": "^0.3.0",
2121
"path-browserify": "^1.0.1",
2222
"react": "^18.3.1",
23-
"react-dom": "^18.3.1",
24-
"react-moralis": "^1.4.2",
25-
"react-scripts": "5.0.1",
26-
"web-vitals": "^2.1.4",
27-
"web3": "^4.16.0"
28-
},
23+
"react-dom": "^18.3.1",
24+
"react-moralis": "^1.4.2",
25+
"react-scripts": "5.0.1",
26+
"web-vitals": "^2.1.4",
27+
"web3": "^4.16.0"
28+
},
2929
"scripts": {
3030
"start": "react-scripts start",
3131
"build": "react-scripts build",
@@ -69,12 +69,12 @@
6969
"@solana/codecs-numbers": "2.2.0",
7070
"@solana/codecs-strings": "2.2.0"
7171
},
72-
"devDependencies": {
73-
"@tauri-apps/cli": "^2",
74-
"@vitejs/plugin-react": "^4.3.4",
75-
"autoprefixer": "^10.4.20",
76-
"postcss": "^8.4.49",
77-
"tailwindcss": "^3.4.16",
78-
"vite": "^5.4.10"
79-
}
80-
}
72+
"devDependencies": {
73+
"@tauri-apps/cli": "^2",
74+
"@vitejs/plugin-react": "^4.3.4",
75+
"autoprefixer": "^10.4.20",
76+
"postcss": "^8.4.49",
77+
"tailwindcss": "^3.4.16",
78+
"vite": "^5.4.10"
79+
}
80+
}

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 = "blockchain_interact_tools"
3-
version = "0.2.9"
3+
version = "0.3.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "blockchain_interact_tools",
4-
"version": "0.2.9",
4+
"version": "0.3.0",
55
"identifier": "com.github.codermaybe",
66
"build": {
77
"beforeDevCommand": "npm run dev:vite",

0 commit comments

Comments
 (0)