Skip to content

Commit

Permalink
fix: version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr0sT committed May 17, 2020
1 parent 3100587 commit c8957a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"plugins": [
["@semantic-release/commit-analyzer", { "preset": "angular" }],
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", { "preset": "angular" }],
["@semantic-release/changelog", {
"changelogFile": "Assets/com.nuclearband.windowsmanager/CHANGELOG.md"
}],
["@semantic-release/npm", { "npmPublish": false, "pkgRoot": "Assets/com.nuclearband.windowsmanager" }],
["@semantic-release/git", {
"assets": ["Assets/com.nuclearband.windowsmanager/package.json", "Assets/com.nuclearband.windowsmanager/CHANGELOG.md"],
Expand Down
2 changes: 1 addition & 1 deletion Assets/com.nuclearband.windowsmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.nuclearband.windowsmanager",
"displayName": "Windows Manager",
"version": "1.0.1",
"version": "1.0.2",
"description": "Windows Manager utility",
"author": {
"name": "Tr0sT",
Expand Down

0 comments on commit c8957a5

Please sign in to comment.