Skip to content

Commit 9e2efb8

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 03f3d9c + e6e2bf3 commit 9e2efb8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soulfire",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"type": "module",
55
"private": true,
66
"scripts": {

β€Žsrc-tauri/Cargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
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 = "soulfire"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
description = "Frontend client for SoulFire."
55
authors = ["Pistonmaster"]
66
license = "GPL-3.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub const SOULFIRE_VERSION: &str = "1.19.0";
1+
pub const SOULFIRE_VERSION: &str = "1.20.0";

0 commit comments

Comments
Β (0)