Skip to content

Commit

Permalink
incremented package version, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
austephner committed Dec 14, 2021
1 parent 8d922ca commit e797bb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@ public class HelloWorldCommand : DevConsoleCommand
DevConsoleBehaviour.Instance.Print("Hello world!");
}
}
```
```

# Credits
Thanks to the [Unity Discord Community](https://discord.com/invite/unity) for helping settle the package issues with this repo.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.austephnerllc.devconsole",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Dev Console",
"description": "A simple in-game developer console with easy-to-implement commands and scripting.",
"unity": "2020.3",
Expand Down

0 comments on commit e797bb4

Please sign in to comment.