Skip to content

Commit 5732b30

Browse files
authored
Merge pull request #4 from Thundernerd/develop
Fixed dependency
2 parents cfa6c4a + 5677f74 commit 5732b30

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.0.1] - 2020-07-14
4+
5+
### Fixed
6+
- Dependency
7+
38
## [1.0.0] - 2020-07-11
49

510
### Added

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "net.tnrd.layertagsgenerator",
33
"displayName": "Layer Tags Generator",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"unity": "2019.1",
66
"description": "A simple tool to generate files that contain the project's Layers, Sorting Layers, and Tags.",
77
"keywords": [
@@ -17,6 +17,6 @@
1717
"url": "https://www.tnrd.net"
1818
},
1919
"dependencies": {
20-
"net.tnrd.codegenerator": "https://github.com/Thundernerd/Unity3D-CodeGenerator.git#1.0.0"
20+
"net.tnrd.codegenerator": "1.0.0"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)