Skip to content

Commit f9ea122

Browse files
committed
bump to 2.3.0.1
1 parent bff1889 commit f9ea122

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "timelens",
33
"private": true,
4-
"version": "2.3.0",
4+
"version": "2.3.0-alpha1",
55
"license": "MIT",
66
"authors": [
77
"Shan Wenxiao"

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "timelens"
3-
version = "2.3.0"
3+
version = "2.3.0-alpha1"
44
description = "A screen time tracker and desktop widget manager"
55
authors = ["Shan Wenxiao"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "TimeLens",
4-
"version": "2.3.0",
4+
"version": "2.3.0-alpha1",
55
"identifier": "ShanWenxiao.TimeLens-TimeManagementAppwithWidgets",
66
"build": {
77
"beforeDevCommand": "npm run dev",

src-tauri/windows/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
55
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
66
IgnorableNamespaces="uap rescap">
7-
<Identity Name="ShanWenxiao.TimeLens-TimeManagementAppwithWidgets" Publisher="CN=67203FD7-3571-4CF3-9A8B-DE6BA454CE5B" Version="2.3.0.0" />
7+
<Identity Name="ShanWenxiao.TimeLens-TimeManagementAppwithWidgets" Publisher="CN=67203FD7-3571-4CF3-9A8B-DE6BA454CE5B" Version="2.3.0.1" />
88
<Properties>
99
<DisplayName>TimeLens - Time Management App with Widgets</DisplayName>
1010
<PublisherDisplayName>Shan Wenxiao</PublisherDisplayName>

0 commit comments

Comments
 (0)