Skip to content

Commit 33115f9

Browse files
release(0.9.2): staging (#61)
Co-authored-by: ShaunSHamilton <[email protected]>
1 parent 7df7d8c commit 33115f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "exam-env",
33
"private": true,
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"type": "module",
66
"scripts": {
77
"prisma": "prisma",
@@ -61,4 +61,4 @@
6161
"esbuild",
6262
"prisma"
6363
]
64-
}
64+
}

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 = "exam-env"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "Exam environment for freeCodeCamp"
55
authors = ["freeCodeCamp"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Exam Environment",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"identifier": "org.freecodecamp.exam",
55
"build": {
66
"beforeDevCommand": "bun run dev",
@@ -65,4 +65,4 @@
6565
]
6666
}
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)