Skip to content

Commit

Permalink
Merge pull request #4 from Thundernerd/develop
Browse files Browse the repository at this point in the history
Fixed dependency
  • Loading branch information
Thundernerd committed Jul 14, 2020
2 parents cfa6c4a + 5677f74 commit 5732b30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.0.1] - 2020-07-14

### Fixed
- Dependency

## [1.0.0] - 2020-07-11

### Added
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "net.tnrd.layertagsgenerator",
"displayName": "Layer Tags Generator",
"version": "1.0.0",
"version": "1.0.1",
"unity": "2019.1",
"description": "A simple tool to generate files that contain the project's Layers, Sorting Layers, and Tags.",
"keywords": [
Expand All @@ -17,6 +17,6 @@
"url": "https://www.tnrd.net"
},
"dependencies": {
"net.tnrd.codegenerator": "https://github.com/Thundernerd/Unity3D-CodeGenerator.git#1.0.0"
"net.tnrd.codegenerator": "1.0.0"
}
}
}

0 comments on commit 5732b30

Please sign in to comment.