Skip to content

Commit

Permalink
Prepare for new release 0.1.1 (#3)
Browse files Browse the repository at this point in the history
* updated styles for buttons to reflect App Center ones

* prepare for new release
  • Loading branch information
Max committed Oct 24, 2018
1 parent ae10a26 commit bc157c2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# App Center SDK for Unity Editor Extensions Change Log

## Release 0.1.1

Updated styles

## Release 0.1.0

Initial release
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 0.1.1

Updated styles

# Release 0.1.0

Initial release
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 = "0.1.0";
public static string EDEX_VERSION = "0.1.1";
}
}
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="0.1.0">
<package name="AppCenterEditorExtensions" version="0.1.1">
<include>
<file path="Assets/AppCenterEditorExtensions" />
</include>
Expand Down

0 comments on commit bc157c2

Please sign in to comment.