Skip to content

Commit 2a523f5

Browse files
committed
Version 0.2.4
1 parent 67a8a17 commit 2a523f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-
NDCELL_VERSION: 0.3.0-dev
10+
NDCELL_VERSION: 0.2.4
1111

1212
jobs:
1313

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.

ui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndcell"
3-
version = "0.3.0-dev"
3+
version = "0.2.4"
44
authors = ["HactarCE <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"
@@ -43,6 +43,6 @@ proptest = "0.10"
4343
[package.metadata.winres]
4444
FileDescription = "NDCell"
4545
ProductName = "NDCell"
46-
ProductVersion = "0.3.0-dev"
46+
ProductVersion = "0.2.4"
4747
OriginalFilename = "ndcell.exe"
4848
LegalCopyright = "Copyright © 2021 HactarCE"

0 commit comments

Comments
 (0)