Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjaverliat committed Mar 30, 2024
1 parent 18dbc33 commit ca1eefb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Runtime/Core/Recorder/Recorder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ public sealed partial class PlumeRecorder : IDisposable
{
public static readonly RecorderVersion Version = new()
{
Name = "PLUME Recorder",
Name = "PLUME Recorder (Beta)",
Major = "1",
Minor = "0",
Patch = "0",
Patch = "1",
};

private readonly RecorderContext _context;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fr.liris.plume.recorder",
"version": "1.0.0",
"version": "1.0.1-beta",
"displayName": "PLUME-Recorder",
"description": "PLUME: PLugin for Unity to Monitor Experiments",
"unity": "2022.3",
Expand Down

0 comments on commit ca1eefb

Please sign in to comment.