From c04f7e257d77db1e4bd1f1b48907774a1fde391e Mon Sep 17 00:00:00 2001 From: yvt Date: Sun, 31 Dec 2017 22:32:25 +0900 Subject: [PATCH] Change the version for real (oopsie!) --- Resources/PackageInfo.json | 2 +- XSpades/PackageInfo.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/PackageInfo.json b/Resources/PackageInfo.json index d10110aa4..51f232025 100644 --- a/Resources/PackageInfo.json +++ b/Resources/PackageInfo.json @@ -1,6 +1,6 @@ { "Version": [0, 1, 2, 4], - "VersionText": "0.1.1c", + "VersionText": "0.1.2", "UpdateFeed": { "Type": "Standard", "Platform": "SourceCode", diff --git a/XSpades/PackageInfo.json b/XSpades/PackageInfo.json index acbc54f94..7082e89c4 100644 --- a/XSpades/PackageInfo.json +++ b/XSpades/PackageInfo.json @@ -1,9 +1,9 @@ { - "Version": [0, 1, 1, 6], - "VersionText": "0.1.1c", + "Version": [0, 1, 2, 4], + "VersionText": "0.1.2", "UpdateFeed": { "Type": "Standard", "Platform": "Mac", "URL": "http://openspades.yvt.jp/api/version.json" } -} \ No newline at end of file +}