Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HactarCE committed Feb 22, 2021
1 parent 309b535 commit 959a2fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
CARGO_TERM_COLOR: always
NDCELL_VERSION: 0.3.0-dev
NDCELL_VERSION: 0.2.3

jobs:

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to NDCell will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), except for minor stylistic changes to organize features and accomodate named versions. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) with respect to the Rust API for `ndcell_core`, the NDCA API for `ndcell_lang`, and the combined Lua/NDCA API for `ndcell_ui`, the main application.

## [Unreleased]
## [0.2.3] Blinker (2021-02-22)

### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndcell"
version = "0.3.0-dev"
version = "0.2.3"
authors = ["HactarCE <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down Expand Up @@ -43,6 +43,6 @@ proptest = "0.10"
[package.metadata.winres]
FileDescription = "NDCell"
ProductName = "NDCell"
ProductVersion = "0.3.0-dev"
ProductVersion = "0.2.3"
OriginalFilename = "ndcell.exe"
LegalCopyright = "Copyright © 2021 HactarCE"

0 comments on commit 959a2fe

Please sign in to comment.