Skip to content

Commit 0fd9ad6

Browse files
author
Cory Leach
committed
Update package version and README version
1 parent db83522 commit 0fd9ad6

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Unity editor window for quick scene switching.
1919
#### Using UnityPackageManager (for Unity 2019.3 or later)
2020
Open the package manager window (menu: Window > Package Manager)<br/>
2121
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
22-
https://github.com/coryleach/UnitySceneSwitcher.git#1.0.2<br/>
22+
https://github.com/coryleach/UnitySceneSwitcher.git#1.0.3<br/>
2323

2424
#### Using UnityPackageManager (for Unity 2019.1 or later)
2525

2626
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2727
```js
2828
{
2929
"dependencies": {
30-
"com.gameframe.sceneswitcher": "https://github.com/coryleach/UnitySceneSwitcher.git#1.0.2",
30+
"com.gameframe.sceneswitcher": "https://github.com/coryleach/UnitySceneSwitcher.git#1.0.3",
3131
...
3232
},
3333
}
@@ -76,8 +76,8 @@ Close = Closes other scenes
7676
7777
7878
## Show your support
79-
8079
Give a ⭐️ if this project helped you!
8180
81+
8282
***
8383
_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_

package.json

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
{
2-
"name": "com.gameframe.sceneswitcher",
3-
"displayName": "Gameframe.SceneSwitcher",
4-
"version": "1.0.2",
5-
"description": "Unity editor window for quick scene switching.",
6-
"keywords": [],
7-
"author": {
8-
"name": "Cory Leach",
9-
"email": "[email protected]",
10-
"url": "https://github.com/coryleach",
11-
"github": "coryleach",
12-
"twitter": "coryleach"
13-
},
14-
"repositoryName": "UnitySceneSwitcher"
15-
}
1+
{"name":"com.gameframe.sceneswitcher","displayName":"Gameframe.SceneSwitcher","version":"1.0.3","description":"Unity editor window for quick scene switching.","keywords":[],"author":{"name":"Cory Leach","email":"[email protected]","url":"https://github.com/coryleach","github":"coryleach","twitter":"coryleach","kofi":""},"repositoryName":"UnitySceneSwitcher"}

0 commit comments

Comments
 (0)