From 42fc1b4c5aeb5c66b344ff4eb5d2f026643edbd3 Mon Sep 17 00:00:00 2001 From: Pema Malling Date: Sun, 13 Aug 2023 16:18:46 +0200 Subject: [PATCH] Bump version number in most places. Notably not in AudioLink.cs --- .github/workflows/StandaloneMetadata/package.json | 2 +- .../Editor/Scripts/AudioLinkAssetManager.cs | 2 +- Packages/com.llealloo.audiolink/Runtime/VERSION.txt | 2 +- Packages/com.llealloo.audiolink/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/StandaloneMetadata/package.json b/.github/workflows/StandaloneMetadata/package.json index a43bea7d..d1e7cd3a 100644 --- a/.github/workflows/StandaloneMetadata/package.json +++ b/.github/workflows/StandaloneMetadata/package.json @@ -1,7 +1,7 @@ { "name" : "com.llealloo.audiolink", "displayName" : "AudioLink", - "version" : "0.3.2", + "version" : "1.0.0", "description" : "Audio reactive prefabs for VRChat", "gitDependencies" : {}, "vpmDependencies" : { diff --git a/Packages/com.llealloo.audiolink/Editor/Scripts/AudioLinkAssetManager.cs b/Packages/com.llealloo.audiolink/Editor/Scripts/AudioLinkAssetManager.cs index 6e0c4ee9..42ade8dd 100644 --- a/Packages/com.llealloo.audiolink/Editor/Scripts/AudioLinkAssetManager.cs +++ b/Packages/com.llealloo.audiolink/Editor/Scripts/AudioLinkAssetManager.cs @@ -66,7 +66,7 @@ public static void OpenExampleScene() { if (EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo()) { - string baseAssetsPath = "Samples/AudioLink/0.3.2"; + string baseAssetsPath = "Samples/AudioLink/1.0.0"; string packagePath = "Packages/com.llealloo.audiolink/Samples~/AudioLinkExampleScene"; string assetsPath = Path.Combine("Assets", baseAssetsPath, "AudioLinkExampleScene"); if (!Directory.Exists(Path.Combine(Application.dataPath, baseAssetsPath, "AudioLinkExampleScene"))) diff --git a/Packages/com.llealloo.audiolink/Runtime/VERSION.txt b/Packages/com.llealloo.audiolink/Runtime/VERSION.txt index d15723fb..afaf360d 100644 --- a/Packages/com.llealloo.audiolink/Runtime/VERSION.txt +++ b/Packages/com.llealloo.audiolink/Runtime/VERSION.txt @@ -1 +1 @@ -0.3.2 +1.0.0 \ No newline at end of file diff --git a/Packages/com.llealloo.audiolink/package.json b/Packages/com.llealloo.audiolink/package.json index 4068ed04..dc65ab53 100644 --- a/Packages/com.llealloo.audiolink/package.json +++ b/Packages/com.llealloo.audiolink/package.json @@ -1,7 +1,7 @@ { "name" : "com.llealloo.audiolink", "displayName" : "AudioLink", - "version" : "0.3.2", + "version" : "1.0.0", "description" : "Audio reactive prefabs for VRChat", "gitDependencies" : {}, "vpmDependencies" : {