From b676ffed7a9290fe7a6a7946275ba63a49867140 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 20 Jun 2025 17:42:33 +0000 Subject: [PATCH] Update version to 1.1.0 --- Cargo.toml | 2 +- package.json | 2 +- release-info.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b867ef..6a7be8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shortcut" -version = "1.0.3" +version = "1.1.0" edition = "2021" include = ["ui/", "migrations/"] build = "build/build.rs" diff --git a/package.json b/package.json index f767c4b..e091058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shortcut", - "version": "1.0.3", + "version": "1.1.0", "description": "", "main": "index.js", "scripts": { diff --git a/release-info.txt b/release-info.txt index fff6160..222961d 100644 --- a/release-info.txt +++ b/release-info.txt @@ -1 +1 @@ -Release version: 1.0.3 updated at Sat Apr 19 00:05:03 UTC 2025 +Release version: 1.1.0 updated at Fri Jun 20 17:42:33 UTC 2025