From 18129ae9e028f653b87595f9d8dff374e23f1bd3 Mon Sep 17 00:00:00 2001 From: Alex Grinman Date: Thu, 16 Jul 2020 23:35:36 -0400 Subject: [PATCH] bump version --- Cargo.lock | 2 +- tunnelto/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 622aae7..24b44ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2194,7 +2194,7 @@ dependencies = [ [[package]] name = "tunnelto" -version = "0.1.10" +version = "0.1.11" dependencies = [ "askama", "bytes", diff --git a/tunnelto/Cargo.toml b/tunnelto/Cargo.toml index b33318b..a1003aa 100644 --- a/tunnelto/Cargo.toml +++ b/tunnelto/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tunnelto" description = "expose your local web server to the internet with a public url" -version = "0.1.10" +version = "0.1.11" authors = ["Alex Grinman "] edition = "2018" license = "MIT"