Skip to content

Commit e896a82

Browse files
release: bump version (#49)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 0f2ea2f commit e896a82

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
".changes/fix-dark-mode.md",
88
".changes/fix-layout.md",
99
".changes/fix-login.md",
10+
".changes/fix-tauri-version.md",
1011
".changes/fix-toast.md",
1112
".changes/fix-windows-ci.md",
1213
".changes/index-page.md",

src-tauri/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.1.1-nightly.13]
4+
5+
### Bug Fixes
6+
7+
- [`f30f24e`](https://github.com/swpu-acm/algohub.git/commit/f30f24e95ded09eeb814e73fa855bf6003b97cd0) ([#48](https://github.com/swpu-acm/algohub.git/pull/48) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Automatic update of version for `tauri.conf.json`.
8+
39
## \[0.1.1-nightly.12]
410

511
### New Features

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 = "algohub"
3-
version = "0.1.1-nightly.12"
3+
version = "0.1.1-nightly.13"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)