Skip to content

Commit 59ae8cd

Browse files
committed
chore: version bump
1 parent d77c418 commit 59ae8cd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Helpful link for beginners: [Try it out](https://docs.n8n.io/try-it-out/)
7676

7777
## Version history
7878

79+
- **v1.0.3**:
80+
- No significant changes
7981
- **v1.0.2**:
8082
- Fixed inputs on category selection
8183
- **v1.0.1**:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-hostinger-api",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Hostinger API n8n Node",
55
"keywords": [
66
"n8n-community-node-package"
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/hostinger/api-n8n-node"
16+
"url": "git+https://github.com/hostinger/api-n8n-node.git"
1717
},
1818
"main": "index.js",
1919
"scripts": {

0 commit comments

Comments
 (0)