From caa6b2f958b1f3693d7ce5351854a26bd0de64c7 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 3 Mar 2021 13:47:10 +0100 Subject: [PATCH] [Project] Update URLs --- bower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index dcad612..bad68de 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-ws-observer", "description": "Strolch Polymer WebSocket observer update handler extension", - "version": "0.2.5", + "version": "0.2.6", "authors": [ "Robert von Burg" ], @@ -14,13 +14,13 @@ "private": false, "repository": { "type": "git", - "url": "https://github.com/4treesCH/strolch-wc-ws-observer.git" + "url": "https://github.com/strolch-li/strolch-wc-ws-observer.git" }, - "license": "https://github.com/4treesCH/strolch-wc-ws-observer/LICENSE", - "homepage": "https://github.com/4treesCH/strolch-wc-ws-observer", + "license": "https://github.com/strolch-li/strolch-wc-ws-observer/LICENSE", + "homepage": "https://github.com/strolch-li/strolch-wc-ws-observer", "ignore": [], "dependencies": { - "strolchjs": "4treesCH/strolchjs#^0.4.2", + "strolchjs": "4treesCH/strolchjs#^0.4.3", "polymer": "Polymer/polymer#^1.11.3" } }