We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fac59 commit ec40563Copy full SHA for ec40563
.travis.yml
@@ -33,6 +33,7 @@ deploy:
33
tags: true
34
- provider: script
35
script: npm run release
36
+ skip_cleanup: true
37
on:
38
branch: master
39
assets/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name": "OctoLinker",
3
- "version": "4.15.0",
+ "version": "4.15.1",
4
"manifest_version": 2,
5
"author": "Stefan Buck",
6
"description": "",
package.json
"engines": {
"node": ">=6.0.0"
},
0 commit comments