Skip to content

Commit 4dff777

Browse files
author
Cory Leach
committed
Package version bump
1 parent 251d3aa commit 4dff777

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

README.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
<p align="center">
2-
<img align="center" src="https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif" />
3-
</p>
41
<h1 align="center">Gameframe.GUI 👋</h1>
5-
6-
<!-- BADGE-START -->
7-
[![Build Status](https://travis-ci.org/coryleach/UnityGUI.svg?branch=master)](https://travis-ci.org/coryleach/UnityGUI)
8-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/325ed211df6d42b980b7cdbc9afe5eb7)](https://www.codacy.com/manual/coryleach/UnityGUI?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=coryleach/UnityGUI&amp;utm_campaign=Badge_Grade)
9-
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/coryleach/UnityGui?include_prereleases)
10-
[![openupm](https://img.shields.io/npm/v/com.gameframe.gui?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gameframe.gui/)
11-
[![license](https://img.shields.io/github/license/coryleach/UnityGui)](https://github.com/coryleach/UnityGui/blob/master/LICENSE)
12-
13-
[![twitter](https://img.shields.io/twitter/follow/coryleach.svg?style=social)](https://twitter.com/coryleach)
14-
<!-- BADGE-END -->
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>
7+
</p>
158

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

2821
#### Using UnityPackageManager (for Unity 2019.1 or later)
2922

3023
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
3124
```js
3225
{
3326
"dependencies": {
34-
"com.gameframe.gui": "https://github.com/coryleach/UnityGUI.git#3.0.4",
27+
"com.gameframe.gui": "https://github.com/coryleach/UnityGUI.git#3.0.5",
3528
...
3629
},
3730
}
@@ -85,8 +78,8 @@ Contains information about a panel and is used by the PanelViewController to loc
8578

8679

8780
## Show your support
88-
Give a ⭐️ if this project helped you!
8981

82+
Give a ⭐️ if this project helped you!
9083

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

package.json

Lines changed: 1 addition & 1 deletion
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.4",
4+
"version": "3.0.5",
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": {

0 commit comments

Comments
 (0)