Skip to content

Commit

Permalink
v1.10.0 for Beat Saber 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffanDonal committed Feb 24, 2022
1 parent 281a7ee commit e89b1d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using UnityEngine;
using IPALogger = IPA.Logging.Logger;

[assembly: AssemblyTitle("Claws")]
[assembly: AssemblyFileVersion("1.9.0")]
[assembly: AssemblyFileVersion("1.10.0")]
[assembly: AssemblyCopyright("MIT License - Copyright © 2022 Steffan Donal")]

[assembly: Guid("a563479b-6b8d-41f0-9a23-cdc396dd9cf0")]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Beat Saber - Claws v1.9.0
# Beat Saber - Claws v1.10.0

Gameplay modifier that shrinks sabers by 70% (from 1m to 0.3m) & alters grip.

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"gameVersion": "1.19.1",
"id": "claws",
"name": "Claws",
"version": "1.9.0",
"version": "1.10.0",
"features": [
],
"links": {
Expand Down

0 comments on commit e89b1d8

Please sign in to comment.