Skip to content

Commit 3f960e2

Browse files
committed
Bump version to 1.0.1 for CVar and CVar Console packages
1 parent 64245e1 commit 3f960e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/Kekser/UnityCVar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.kekser.cvar",
33
"displayName": "Unity CVar",
44
"author": { "name": "Kekser", "url": "https://github.com/DerKekser" },
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"unity": "2021.3",
77
"description": "A simple CVar system for Unity.",
88
"keywords": [ "cvar", "unity" ],

Assets/Kekser/UnityCVarConsole/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.kekser.cvarconsole",
33
"displayName": "Unity CVar Console",
44
"author": { "name": "Kekser", "url": "https://github.com/DerKekser" },
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"unity": "2021.3",
77
"description": "A simple console for Unity as an extension of the CVar system.",
88
"keywords": [ "console", "cvar", "unity" ],

0 commit comments

Comments
 (0)