From 2e8d2453d801cb27b311b27bf49b06791a35958a Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 3 Jul 2019 17:55:12 +0800 Subject: [PATCH] Bump version --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c420590..6c371c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.idea/ target Cargo.lock *.sublime-workspace diff --git a/Cargo.toml b/Cargo.toml index 806f954..5c7dfd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "1.2.2" +version = "1.2.3" authors = ["Sebastian Thiel "] license = "MIT" description = "Open a path or URL using the program configured on the system"