Skip to content

Commit 8772fe5

Browse files
committed
v1.0 Release
1 parent 72fc647 commit 8772fe5

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

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

6-
**WARNING: KeybindLib is still in the process of being tested right now and is in pre-release.**
7-
86
## Usage
97

108
### End Users
@@ -41,7 +39,7 @@ You also need to add this mod as a dependency of your mod, and you'll need to ad
4139
"description": "Allows you to air-dash!",
4240
"version": "1.0",
4341
"dependencies": [
44-
"keybindlib"
42+
"keybindlib 1.0"
4543
],
4644
"load_before": [
4745
"keybindlib"

src/ExampleMod/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[assembly: AssemblyTitle("KeybindLib.ExampleMod")]
44
[assembly: AssemblyCopyright("Esper Thomson")]
55
[assembly: AssemblyDescription("A Slime Rancher mod for testing KeybindLib.")]
6-
[assembly: AssemblyVersion("0.1.*")]
6+
[assembly: AssemblyVersion("1.0.*")]
77

88
#if DEBUG
99
[assembly: AssemblyConfiguration("DEBUG")]

src/ExampleMod/modinfo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "keybindlib-examplemod",
33
"name": "KeybindLib Example Mod",
4-
"version": "0.1",
4+
"version": "1.0",
55
"author": "Esper89",
66
"description": "Example mod for testing KeybindLib.",
7-
"dependencies": [ "keybindlib 0.1" ],
7+
"dependencies": [ "keybindlib 1.0" ],
88
"load_before": [ "keybindlib" ]
99
}

src/KeybindLib/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[assembly: AssemblyTitle("KeybindLib")]
1919
[assembly: AssemblyCopyright("Esper Thomson")]
2020
[assembly: AssemblyDescription("A Slime Rancher library mod for adding new keybinds.")]
21-
[assembly: AssemblyVersion("0.1.*")]
21+
[assembly: AssemblyVersion("1.0.*")]
2222

2323
#if DEBUG
2424
[assembly: AssemblyConfiguration("DEBUG")]

src/KeybindLib/modinfo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "keybindlib",
33
"name": "KeybindLib",
4-
"version": "0.1",
4+
"version": "1.0",
55
"author": "Esper89",
66
"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>.",
77
"load_after": [ "translationapi" ]

0 commit comments

Comments
 (0)