From 81294a840003e197a7282d39894ae8fe06974735 Mon Sep 17 00:00:00 2001 From: Bill Ramsour Date: Wed, 25 Apr 2018 13:02:08 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c50ad..5b73619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## [1.6.0] - 2018-04-25 +- Stopped altering global styles. + ## [1.5.0] - 2018-02-28 - Code static analysis cleanup. - Documentation updates. diff --git a/package.json b/package.json index 6df7063..791d146 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.assetbundlebrowser", "displayName": "Asset Bundle Browser", - "version": "1.5.0", + "version": "1.6.0", "unity": "2018.1", "description": "The Asset Bundle Browser tool enables the user to view and edit the configuration of asset bundles for their Unity project. It will block editing that would create invalid bundles, and inform you of any issues with existing bundles. It also provides basic build functionality.\n\nUse this tool as an alternative to selecting assets and setting their asset bundle manually in the inspector. It can be dropped into any Unity project with a version of 5.6 or greater. It will create a new menu item in Window > AssetBundle Browser. The bundle configuration, build functionality, and built-bundle inspection are split into three tabs within the new window.", "keywords": ["asset", "bundle", "bundles", "assetbundles"],