Skip to content

Commit

Permalink
prepare for v1.4.2 [ci-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
prixt committed Feb 14, 2020
1 parent 446ea8f commit 1b85f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soundsense-rs"
version = "1.4.1"
version = "1.4.2"
build = "build.rs"
authors = ["prixt <paraxite@naver.com>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #![windows_subsystem = "windows"] // Remove comment only on release!
#![windows_subsystem = "windows"] // Remove comment only on release!
use std::env;
use std::sync::mpsc::channel;
use std::path::PathBuf;
Expand Down

0 comments on commit 1b85f63

Please sign in to comment.