Skip to content

Commit

Permalink
Bump version number in most places. Notably not in AudioLink.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pema99 committed Aug 13, 2023
1 parent 7ea5fdb commit 42fc1b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/StandaloneMetadata/package.json
Original file line number Diff line number Diff line change
@@ -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" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.llealloo.audiolink/Runtime/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
1.0.0
2 changes: 1 addition & 1 deletion Packages/com.llealloo.audiolink/package.json
Original file line number Diff line number Diff line change
@@ -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" : {
Expand Down

0 comments on commit 42fc1b4

Please sign in to comment.