Skip to content

Commit

Permalink
V: Release v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpoli committed Oct 5, 2024
1 parent 3ae07cb commit 490c7f5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paletteworks",
"private": true,
"version": "1.11.0",
"version": "1.11.1",
"scripts": {
"dev": "svelte-kit dev",
"clean": "rimraf build",
Expand Down
34 changes: 17 additions & 17 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "paletteworks"
version = "1.11.0"
version = "1.11.1"
description = "A score editor for Project Sekai: Colourful Stage feat. Hatsune Miku"
authors = ["mkpoli <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "PaletteWorks Editor",
"version": "1.11.0"
"version": "1.11.1"
},
"build": {
"distDir": "../build",
Expand Down

0 comments on commit 490c7f5

Please sign in to comment.