Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamton-aquib committed Oct 1, 2023
1 parent ec061f1 commit 588f128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "ice"
version = "0.0.2"
version = "0.1.0"
edition = "2021"
authors = ["tamton-aquib <aquibjavedt007@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use ice::{base, caesar, extract, general, manipulation, morse, services, xor};
const VERSION: &str = "0.0.2";
const VERSION: &str = "0.1.0";

fn main() {
let mut args: Vec<String> = std::env::args().collect();
Expand Down

0 comments on commit 588f128

Please sign in to comment.