Skip to content

Commit 6ed4cab

Browse files
release(1.3.0): minor (#96)
Co-authored-by: ShaunSHamilton <51722130+ShaunSHamilton@users.noreply.github.com>
1 parent 52d9969 commit 6ed4cab

File tree

4 files changed

+45
-45
lines changed

4 files changed

+45
-45
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": "1.2.2",
4+
"version": "1.3.0",
55
"type": "module",
66
"scripts": {
77
"prisma": "prisma",
@@ -61,4 +61,4 @@
6161
"esbuild",
6262
"prisma"
6363
]
64-
}
64+
}

src-tauri/Cargo.lock

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Exam Environment",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"identifier": "org.freecodecamp.exam",
55
"build": {
66
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)