Skip to content

Commit 9e1ee70

Browse files
committed
chore: bump to 0.4.0
1 parent 9283937 commit 9e1ee70

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
"@executable_path/../../Frameworks",
371371
);
372372
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
373-
MARKETING_VERSION = 0.3.0;
373+
MARKETING_VERSION = 0.4.0;
374374
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
375375
MTL_FAST_MATH = YES;
376376
PRODUCT_BUNDLE_IDENTIFIER = cn.phizone.player.ShareExtension;
@@ -413,7 +413,7 @@
413413
"@executable_path/../../Frameworks",
414414
);
415415
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
416-
MARKETING_VERSION = 0.3.0;
416+
MARKETING_VERSION = 0.4.0;
417417
MTL_FAST_MATH = YES;
418418
PRODUCT_BUNDLE_IDENTIFIER = cn.phizone.player.ShareExtension;
419419
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -553,7 +553,7 @@
553553
"$(inherited)",
554554
"@executable_path/Frameworks",
555555
);
556-
MARKETING_VERSION = 0.3.0;
556+
MARKETING_VERSION = 0.4.0;
557557
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
558558
PRODUCT_BUNDLE_IDENTIFIER = cn.phizone.player;
559559
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -584,7 +584,7 @@
584584
"$(inherited)",
585585
"@executable_path/Frameworks",
586586
);
587-
MARKETING_VERSION = 0.3.0;
587+
MARKETING_VERSION = 0.4.0;
588588
PRODUCT_BUNDLE_IDENTIFIER = cn.phizone.player;
589589
PRODUCT_NAME = "$(TARGET_NAME)";
590590
PROVISIONING_PROFILE_SPECIFIER = "";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "player",
33
"description": "An HTML5 Phigros chart player/simulator based on Phaser.",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/PhiZone/player.git"

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 = "phizone-player"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "An HTML5 Phigros chart player/simulator based on Phaser"
55
authors = ["PhiZone"]
66
license = "MPL-2.0"

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": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "PhiZone Player",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"identifier": "cn.phizone.player",
66
"build": {
77
"frontendDist": "../build",

src/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// place files you want to import through the `$lib` alias in this folder.
2-
export const VERSION = '0.3.0';
2+
export const VERSION = '0.4.0';
33
export const REPO_LINK = 'https://github.com/PhiZone/player';
44
export const REPO_API_LINK = 'https://api.github.com/repos/PhiZone/player';
55

0 commit comments

Comments
 (0)