Skip to content

Commit

Permalink
release: v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
reruin committed Oct 10, 2021
1 parent 135a058 commit 5de68eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/sharelist-webdav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sharelist/webdav",
"version": "0.1.5",
"version": "0.1.6",
"repository": "https://github.com/reruin/sharelist",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -23,4 +23,4 @@
"dependencies": {
"xml2js": "^0.4.23"
}
}
}
4 changes: 4 additions & 0 deletions packages/sharelist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.4](https://github.com/reruin/sharelist/compare/v0.3.3...v0.3.4) (2021-10-10)



## [0.3.3](https://github.com/reruin/sharelist/compare/v0.3.2...v0.3.3) (2021-10-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/sharelist/app/core/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = (app) => {
}
}

url = 'https://api.reruin.net/proxy?url=' + encodeURIComponent(url)
//url = 'https://api.reruin.net/proxy?url=' + encodeURIComponent(url)

while (true) {
try {
Expand Down
2 changes: 1 addition & 1 deletion packages/sharelist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharelist",
"version": "0.3.3",
"version": "0.3.4",
"bin": "app.js",
"repository": "https://github.com/reruin/sharelist",
"license": "MIT",
Expand Down

0 comments on commit 5de68eb

Please sign in to comment.