Skip to content

Commit

Permalink
version 1.1.2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-pol committed Dec 25, 2018
1 parent 8b67b17 commit 50ec014
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# App Center SDK for Unity Editor Extensions Change Log

## Release 1.1.2

* **[Bug fix]** Fixed UI controls positioning and scrollbar behavior
* **[Bug fix]** Fixed package update logic for some of the old App Center Unity SDK package versions

___

## Release 1.1.1

* **[Feature]** Added vertical scrollbar
Expand Down
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release 1.1.1
# Release 1.1.2

* **[Feature]** Added vertical scrollbar
* **[Bug fix]** Fixed UI controls positioning and scrollbar behavior
* **[Bug fix]** Fixed package update logic for some of the old App Center Unity SDK package versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
public static partial class AppCenterEditorHelper
{
public static string EDEX_VERSION = "1.1.1";
public static string EDEX_VERSION = "1.1.2";
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterEditorExtensions" version="1.1.1">
<package name="AppCenterEditorExtensions" version="1.1.2">
<include>
<file path="Assets/AppCenterEditorExtensions" />
</include>
Expand Down

0 comments on commit 50ec014

Please sign in to comment.