Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Version Bump v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanLaser committed Jan 20, 2022
1 parent 0ba985d commit f6e751c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cyan/PlayerObjectPool/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CyanPlayerObjectPool
Created by CyanLaser#4695
https://github.com/CyanLaser/CyanPlayerObjectPool

Assigns a unique object to every player in the world.

Expand Down
2 changes: 1 addition & 1 deletion Cyan/PlayerObjectPool/UdonSharp/CyanPlayerObjectPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class CyanPlayerObjectPool : UdonSharpBehaviour
#region Constants

// Current pool version that will be printed at start.
private const string Version = "v0.0.5";
private const string Version = "v1.0.0";

// These constants affect the behaviour of the pool
#region Constants
Expand Down
2 changes: 1 addition & 1 deletion Cyan/PlayerObjectPool/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.5
v1.0.0

0 comments on commit f6e751c

Please sign in to comment.