Skip to content

Commit cda7ac5

Browse files
committed
Version 1.0.10
1 parent 6a95286 commit cda7ac5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
CARGO_TERM_COLOR: always
10-
HYPERSPEEDCUBE_VERSION: 1.0.9
10+
HYPERSPEEDCUBE_VERSION: 1.0.10
1111

1212
jobs:
1313

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1212
[@Sonicpineapple]: https://github.com/Sonicpineapple
1313
[@thatcomputerguy0101]: https://github.com/thatcomputerguy0101
1414

15-
## [UNRELEASED] - 2025-01-05
15+
## [1.0.10] - 2025-01-05 - 2025-01-05
1616

1717
### Added
1818

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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperspeedcube"
3-
version = "1.0.9"
3+
version = "1.0.10"
44
authors = ["Andrew Farkas"]
55
edition = "2021"
66
rust-version = "1.65"
@@ -83,7 +83,7 @@ winres = "0.1"
8383
[package.metadata.winres]
8484
FileDescription = "Hyperspeedcube"
8585
ProductName = "Hyperspeedcube"
86-
ProductVersion = "1.0.9"
86+
ProductVersion = "1.0.10"
8787
OriginalFilename = "hyperspeedcube.exe"
8888
LegalCopyright = "Copyright © 2022 HactarCE"
8989

0 commit comments

Comments
 (0)