Skip to content

Commit

Permalink
Merge pull request #10 from Gusabary/v1.0.2
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
Gusabary authored Feb 5, 2023
2 parents 9dd8d4e + 795cfce commit 2bd8fb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arenta"
version = "1.0.1"
version = "1.0.2"
description = "A terminal-based daily task management tool with minimal overhead"
authors = ["Gusabary <Gusabary@126.com>"]
keywords = ["cli", "terminal", "productivity", "tasks"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arenta

![](https://img.shields.io/badge/version-v1.0.1-9cf) ![](https://img.shields.io/badge/license-MIT-blue)
![](https://img.shields.io/badge/version-v1.0.2-9cf) ![](https://img.shields.io/badge/license-MIT-blue)

A terminal-based daily task management tool with minimal overhead.

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mod task;
mod timeline;

fn print_version() {
const VERSION: &str = "v1.0.1";
const VERSION: &str = "v1.0.2";
println!("arenta {VERSION}");
}

Expand Down

0 comments on commit 2bd8fb8

Please # to comment.