Skip to content

Commit 8a4cc34

Browse files
committed
chore: bump to v0.1.4
1 parent 8ea4205 commit 8a4cc34

6 files changed

Lines changed: 7 additions & 7 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": "thinkutils",
33
"private": true,
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "thinkutils"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

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": "thinkutils",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"identifier": "com.vietanhnv.thinkutils",
66
"build": {
77
"frontendDist": "../src"

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<img src="assets/logo.svg" width="48" height="48" alt="ThinkUtils Logo" />
196196
</div>
197197
<h2>ThinkUtils</h2>
198-
<p class="dialog-version">Version 0.1.3</p>
198+
<p class="dialog-version">Version 0.1.4</p>
199199
<button id="close-about" class="dialog-close">
200200
<svg
201201
width="20"

0 commit comments

Comments
 (0)