Skip to content

Commit f2f37e4

Browse files
authored
Merge pull request #11 from coryleach/bf-panel-transition-fix
Bump package version for fix
2 parents ddc0b04 + 9971aae commit f2f37e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
This is a library of GUI helpers for UGUI
1717
Includes a panel system that implements a navigation stack.
1818
Includes a scene transition system.
19-
Includes a shader for blurring the background of UI panels.
19+
Includes a shader for blurring the background of UI panels.
2020

2121
## Quick Package Install
2222

2323
#### Using UnityPackageManager (for Unity 2019.3 or later)
2424
Open the package manager window (menu: Window > Package Manager)<br/>
2525
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
26-
https://github.com/coryleach/UnityGUI.git#2.0.0<br/>
26+
https://github.com/coryleach/UnityGUI.git#2.0.1<br/>
2727

2828
#### Using UnityPackageManager (for Unity 2019.1 or later)
2929

3030
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
3131
```js
3232
{
3333
"dependencies": {
34-
"com.gameframe.gui": "https://github.com/coryleach/UnityGUI.git#2.0.0",
34+
"com.gameframe.gui": "https://github.com/coryleach/UnityGUI.git#2.0.1",
3535
...
3636
},
3737
}
@@ -85,8 +85,8 @@ Contains information about a panel and is used by the PanelViewController to loc
8585

8686

8787
## Show your support
88-
8988
Give a ⭐️ if this project helped you!
9089

90+
9191
***
9292
_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "com.gameframe.gui",
33
"displayName": "Gameframe.GUI",
4-
"version": "2.0.0",
5-
"description": "This is a library of GUI helpers for UGUI \r\nIncludes a panel system that implements a navigation stack. \r\nIncludes a scene transition system. \r\nIncludes a shader for blurring the background of UI panels. ",
4+
"version": "2.0.1",
5+
"description": "This is a library of GUI helpers for UGUI \r\nIncludes a panel system that implements a navigation stack. \r\nIncludes a scene transition system. \r\nIncludes a shader for blurring the background of UI panels.",
66
"keywords": [],
77
"author": {
88
"name": "Cory Leach",

0 commit comments

Comments
 (0)