From a5b0c324ad15ece2c32978ad2d565274252a9ee8 Mon Sep 17 00:00:00 2001 From: iiPython Date: Sun, 18 Feb 2024 14:54:32 -0600 Subject: [PATCH] Bump version --- nightwatch/__init__.py | 2 +- nightwatch/desktop/src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nightwatch/__init__.py b/nightwatch/__init__.py index 906d362..49e0fc1 100644 --- a/nightwatch/__init__.py +++ b/nightwatch/__init__.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.7.0" diff --git a/nightwatch/desktop/src-tauri/Cargo.toml b/nightwatch/desktop/src-tauri/Cargo.toml index 394bbd7..045cf23 100644 --- a/nightwatch/desktop/src-tauri/Cargo.toml +++ b/nightwatch/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nightwatch-desktop" -version = "0.6.0" +version = "0.7.0" description = "The chatting application to end all chatting applications." authors = ["iiPython"] license = "MIT"