diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c82bc3..fa232e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.0.2] - 2020-07-14 + +### Fixed +- Missing meta file + ## [1.0.1] - 2020-07-14 ### Fixed diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..8fdaa5c --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Christiaan Bloemendaal + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/LICENSE.md.meta b/LICENSE.md.meta new file mode 100644 index 0000000..96f87fd --- /dev/null +++ b/LICENSE.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0f2e526334ef59d4ea2343b28694ef42 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/package.json b/package.json index 5efa230..ce56108 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "net.tnrd.layertagsgenerator", "displayName": "Layer Tags Generator", - "version": "1.0.1", + "version": "1.0.2", "unity": "2019.1", "description": "A simple tool to generate files that contain the project's Layers, Sorting Layers, and Tags.", "keywords": [ @@ -19,4 +19,4 @@ "dependencies": { "net.tnrd.codegenerator": "1.0.0" } -} \ No newline at end of file +}