From 830775a35106b56961a7e8fbb1950a89ee1695ef Mon Sep 17 00:00:00 2001 From: "aaron@nanu-c.org" Date: Wed, 25 Oct 2023 14:28:41 +0200 Subject: [PATCH] streamline version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0520ccf8c..b21136b96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axolotl" -version = "2.1.0" +version = "2.0.1" dependencies = [ "clap 4.3.3", "data-url", diff --git a/Cargo.toml b/Cargo.toml index dc4e0dec6..f50f253c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axolotl" -version = "2.1.0" +version = "2.0.1" edition = "2021" description = """\ This is a cross-platform Signal client.""" diff --git a/manifest.json b/manifest.json index ad9fa35d4..b8977cf8d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "textsecure.nanuc", - "version": "2.0.0", + "version": "2.0.1", "description": "A Signal compatible messaging client for Ubuntu phones", "title": "Axolotl", "architecture": "@CLICK_ARCH@",