diff --git a/README.md b/README.md index 80a196b..f8aab5d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Squeebot Core Library -This module provides the components required to run [@squeebot/cli](https://gitlab.icynet.eu/Squeebot/cli) +This module provides the components required to run [@squeebot/cli](https://git.icynet.eu/Squeebot/cli) and Squeebot plugins. It does nothing on it's own and isn't designed to be used outside of a Squeebot runtime. -However, if you do feel like the code in this module could be of use to you in any way, feel free to use it for anything. \ No newline at end of file +However, if you do feel like the code in this module could be of use to you in any way, feel free to use it for anything. diff --git a/package.json b/package.json index edcb4b4..d611c05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeebot/core", - "version": "3.4.0", + "version": "3.4.1", "description": "Squeebot v3 core for the execution environment", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://gitlab.icynet.eu/Squeebot/core.git" + "url": "git+https://git.icynet.eu/Squeebot/core.git" }, "author": "Evert \"Diamond\" Prants ", "license": "MIT",