Skip to content

Commit

Permalink
Package metadata updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Tomas committed May 3, 2021
1 parent 60d880c commit 3cbe803
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.3] - 2020-09-24
## [0.2.5] - 2021-01-15

**Fixed**:
- Fixed crash when showing Alert buttons on the editor

## [0.2.4] - 2020-09-24

**Fixed**:
- Fixed compiler warning for not using native code
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.gamelovers.nativeui",
"displayName": "Native UI",
"version": "0.2.4",
"unity": "2019.4",
"version": "0.2.5",
"unity": "2020.3",
"description": "This package provides the OS functionality to show the native UI alerts, Game Review PopUp and message Toasts",
"type": "library"
}

0 comments on commit 3cbe803

Please sign in to comment.