Skip to content

Commit 86a6d97

Browse files
committed
Bump version
1 parent e7d2fb1 commit 86a6d97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ publish-npm:
1212
name: node:lts-alpine
1313
script:
1414
- echo '//registry.npmjs.org/:_authToken=${NPM_PUBLISH_TOKEN}'>.npmrc
15-
- sed -i -e "s/0.0.0-dev.1/$BUILD_TAG/g" package.json
15+
- sed -i -e "s/0.0.0-dev.2/$BUILD_TAG/g" package.json
1616
- cat package.json
1717
- npm publish --access public

Diff for: index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const getDownloadInfo = function () {
4242
let version = pjson.version;
4343

4444
let url;
45-
if (version === "0.0.0-dev.1") {
45+
if (version === "0.0.0-dev.2") {
4646
url = `${REPO_SNAPSHOTS}/releases/latest/download/${filename}`
4747
} else {
4848
url = `${REPO_RELEASES}/releases/download/${version}/${filename}`

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mysteriumnetwork/node",
3-
"version": "0.0.0-dev.1",
3+
"version": "0.0.0-dev.2",
44
"description": "Mysterium Network node",
55
"keywords": [
66
"mysterium",

0 commit comments

Comments
 (0)