diff --git a/README.md b/README.md index 0d897d2..4757681 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Overview -[![Build Status](https://www.bottleneck.me/api/badges/frontwork-vendor/rpclibrary/status.svg)](https://www.bottleneck.me/frontwork-vendor/rpclibrary) +[![Build Status](https://drone.nitowa.xyz/api/badges/frontwork-vendor/rpclibrary/status.svg)](https://drone.nitowa.xyz/frontwork-vendor/rpclibrary) [![Current Version](https://img.shields.io/npm/v/rpclibrary.svg)](https://www.npmjs.com/package/rpclibrary) [![Weekly Downloads](https://img.shields.io/npm/dw/rpclibrary?color=important)](https://www.npmjs.com/package/rpclibrary) -[![License Type](https://img.shields.io/npm/l/rpclibrary?color=blueviolet)](https://www.versioncontrol.me/frontwork-documentation/rpclibrary/src/branch/master/LICENSE.md) +[![License Type](https://img.shields.io/npm/l/rpclibrary?color=blueviolet)](https://gitea.nitowa.xyz/docs/rpclibrary/src/branch/master/LICENSE.md) rpclibrary is a websocket on steroids! @@ -159,4 +159,4 @@ new RPCServer<{a:string}, MyInterface>(port, ) ``` -# [Full documentation](https://www.versioncontrol.me/frontwork-documentation/rpclibrary) +# [Full documentation](https://gitea.nitowa.xyz/docs/rpclibrary) diff --git a/package.json b/package.json index ff32055..ee8fa86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rpclibrary", - "version": "1.4.3", + "version": "1.4.4", "description": "rpclibrary is a websocket on steroids!", "main": "./js/Index.js", "repository": {