Skip to content

Commit

Permalink
Update Readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stalengd committed Jan 12, 2023
1 parent a94594b commit a18fad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ openupm add com.stalengd.quickruletileeditor
- click <kbd>Save</kbd> (or <kbd>Apply</kbd>)
- open `Window/Package Manager`
- click <kbd>+</kbd>
- select <kbd>AAdd package by name...</kbd> or <kbd>Add from Git URL...</kbd>
- select <kbd>Add package by name...</kbd> or <kbd>Add from Git URL...</kbd>
- paste `com.stalengd.quickruletileeditor` into name
- paste `0.2.0` into version
- paste `0.3.0` into version
- click <kbd>Add</kbd>
</details>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.stalengd.quickruletileeditor",
"version": "0.2.0",
"version": "0.3.0",
"displayName": "Quick Rule Tile Editor",
"description": "Easily and quickly create rule tiles in Unity.",
"unity": "2021.1",
Expand Down

0 comments on commit a18fad1

Please sign in to comment.