Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Turun committed Aug 21, 2023
1 parent a1fe804 commit f746b44
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 = "turunmap"
version = "1.2.6"
version = "1.2.7"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use view::View;

use crate::presenter::Presenter;

static VERSION: &str = "1.2.6";
static VERSION: &str = "1.2.7";

fn main() {
let (view_tx, model_rx) = mpsc::channel::<MessageToModel>();
Expand Down

0 comments on commit f746b44

Please sign in to comment.