Skip to content

Commit 0092ffa

Browse files
committed
Merge branch 'feature' into release
2 parents 4528880 + f3dfeda commit 0092ffa

5 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.1.1] - 2018-08-28
4+
### Fixed
5+
- `package.json` wrong version.
6+
37
## [2.1.0] - 2018-08-28
48
### Added
59
- Customize background color, text color and font size on `RateDebug` screen data.

UniRate_v2.1.0.unitypackage

-56.6 KB
Binary file not shown.

UniRate_v2.1.1.unitypackage

56.6 KB
Binary file not shown.

UniRate_v2.1.0.unitypackage.meta UniRate_v2.1.1.unitypackage.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.pflowr.unirate",
33
"displayName": "UniRate",
4-
"version": "2.0.0",
4+
"version": "2.1.1",
55
"unity": "2018.3",
66
"description": "A great solution to manage frame rate and rendering interval to save device power, especially on mobile platforms.\nYou can control the update rate, fixed update rate and render interval (Unity 2019.3 or newer) from everywhere in your code without worrying about multiple requests, UniRate will take care of all of them for you.",
77
"author": {

0 commit comments

Comments
 (0)