aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--package/arch/PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 57f669f..8708194 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1448,7 +1448,7 @@ dependencies = [
[[package]]
name = "teleterm"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 70f55b5..c376306 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "teleterm"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
diff --git a/package/arch/PKGBUILD b/package/arch/PKGBUILD
index c3059a7..0c098a2 100644
--- a/package/arch/PKGBUILD
+++ b/package/arch/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <doy@tozt.net>
pkgname=teleterm
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
makedepends=('rust' 'cargo')
depends=('openssl')