Skip to content

Commit d700feb

Browse files
committed
v1.3.0
1 parent ad913ae commit d700feb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "winscript",
33
"private": true,
4-
"version": "1.2.9",
4+
"version": "1.3.0",
55
"type": "module",
66
"scripts": {
77
"dev": "astro dev",

app/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "WinScript"
3-
version = "1.2.9"
3+
version = "1.3.0"
44
description = ""
55
authors = ["flick9000"]
66
license = "GPL V3"

app/src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "WinScript",
4-
"version": "1.2.9",
4+
"version": "1.3.0",
55
"identifier": "flick.winscript.dev",
66
"build": {
77
"devUrl": "http://localhost:4321/",

0 commit comments

Comments
 (0)