Skip to content

Commit 2c569f4

Browse files
author
Cory Leach
committed
Package version bump
1 parent ab2e9d9 commit 2c569f4

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<h1 align="center">Gameframe.GUI 👋</h1>
2-
<p>
3-
<img alt="Version" src="https://img.shields.io/badge/version-3.0.5-blue.svg?cacheSeconds=2592000" />
4-
<a href="https://twitter.com/Cory Leach">
5-
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
6-
</a>
1+
<p align="center">
2+
<img align="center" src="https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif" />
73
</p>
4+
<h1 align="center">Gameframe.GUI 👋</h1>
5+
6+
<!-- BADGE-START -<!-- BADGE-END -->
87

98
This is a library of GUI helpers for UGUI
109
Includes a panel system that implements a navigation stack.
@@ -16,15 +15,15 @@ Includes a SRP shader for blurring the background of UI panels.
1615
#### Using UnityPackageManager (for Unity 2019.3 or later)
1716
Open the package manager window (menu: Window > Package Manager)<br/>
1817
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
19-
https://github.com/coryleach/UnityGUI.git#3.0.5<br/>
18+
https://github.com/coryleach/UnityGUI.git#3.0.6<br/>
2019

2120
#### Using UnityPackageManager (for Unity 2019.1 or later)
2221

2322
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2423
```js
2524
{
2625
"dependencies": {
27-
"com.gameframe.gui": "https://github.com/coryleach/UnityGUI.git#3.0.5",
26+
"com.gameframe.gui": "https://github.com/coryleach/UnityGUI.git#3.0.6",
2827
...
2928
},
3029
}
@@ -78,8 +77,8 @@ Contains information about a panel and is used by the PanelViewController to loc
7877

7978

8079
## Show your support
81-
8280
Give a ⭐️ if this project helped you!
8381

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.gameframe.gui",
33
"displayName": "Gameframe.GUI",
4-
"version": "3.0.5",
4+
"version": "3.0.6",
55
"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 SRP shader for blurring the background of UI panels.",
66
"keywords": [],
77
"author": {
@@ -14,5 +14,6 @@
1414
"dependencies": {
1515
"com.unity.textmeshpro": "2.0.1"
1616
},
17-
"repositoryName": "UnityGUI"
17+
"repositoryName": "UnityGUI",
18+
"type": "library"
1819
}

0 commit comments

Comments
 (0)