Skip to content

Commit

Permalink
v1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Esper89 committed May 31, 2021
1 parent 72fc647 commit 8772fe5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

KeybindLib is a Slime Rancher library mod for adding new keybinds.

**WARNING: KeybindLib is still in the process of being tested right now and is in pre-release.**

## Usage

### End Users
Expand Down Expand Up @@ -41,7 +39,7 @@ You also need to add this mod as a dependency of your mod, and you'll need to ad
"description": "Allows you to air-dash!",
"version": "1.0",
"dependencies": [
"keybindlib"
"keybindlib 1.0"
],
"load_before": [
"keybindlib"
Expand Down
2 changes: 1 addition & 1 deletion src/ExampleMod/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[assembly: AssemblyTitle("KeybindLib.ExampleMod")]
[assembly: AssemblyCopyright("Esper Thomson")]
[assembly: AssemblyDescription("A Slime Rancher mod for testing KeybindLib.")]
[assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("1.0.*")]

#if DEBUG
[assembly: AssemblyConfiguration("DEBUG")]
Expand Down
4 changes: 2 additions & 2 deletions src/ExampleMod/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "keybindlib-examplemod",
"name": "KeybindLib Example Mod",
"version": "0.1",
"version": "1.0",
"author": "Esper89",
"description": "Example mod for testing KeybindLib.",
"dependencies": [ "keybindlib 0.1" ],
"dependencies": [ "keybindlib 1.0" ],
"load_before": [ "keybindlib" ]
}
2 changes: 1 addition & 1 deletion src/KeybindLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[assembly: AssemblyTitle("KeybindLib")]
[assembly: AssemblyCopyright("Esper Thomson")]
[assembly: AssemblyDescription("A Slime Rancher library mod for adding new keybinds.")]
[assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("1.0.*")]

#if DEBUG
[assembly: AssemblyConfiguration("DEBUG")]
Expand Down
2 changes: 1 addition & 1 deletion src/KeybindLib/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "keybindlib",
"name": "KeybindLib",
"version": "0.1",
"version": "1.0",
"author": "Esper89",
"description": "Library mod for adding new keybinds.\n\nLicensed under the GNU General Public License version 3 or later.\nSource code at <https://github.com/Esper89/SlimeRancher-KeybindLib>.",
"load_after": [ "translationapi" ]
Expand Down

0 comments on commit 8772fe5

Please sign in to comment.