Browse Source

retry

master
peter 4 years ago
parent
commit
851db6c400
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      README.md
  2. 1
    1
      package.json

+ 3
- 3
README.md View File

@@ -1,9 +1,9 @@
1 1
 # Overview 
2 2
 
3
-[![Build Status](https://www.bottleneck.me/api/badges/frontwork-vendor/rpclibrary/status.svg)](https://www.bottleneck.me/frontwork-vendor/rpclibrary) 
3
+[![Build Status](https://drone.nitowa.xyz/api/badges/frontwork-vendor/rpclibrary/status.svg)](https://drone.nitowa.xyz/frontwork-vendor/rpclibrary) 
4 4
 [![Current Version](https://img.shields.io/npm/v/rpclibrary.svg)](https://www.npmjs.com/package/rpclibrary)
5 5
 [![Weekly Downloads](https://img.shields.io/npm/dw/rpclibrary?color=important)](https://www.npmjs.com/package/rpclibrary)
6
-[![License Type](https://img.shields.io/npm/l/rpclibrary?color=blueviolet)](https://www.versioncontrol.me/frontwork-documentation/rpclibrary/src/branch/master/LICENSE.md)
6
+[![License Type](https://img.shields.io/npm/l/rpclibrary?color=blueviolet)](https://gitea.nitowa.xyz/docs/rpclibrary/src/branch/master/LICENSE.md)
7 7
 
8 8
 rpclibrary is a websocket on steroids!
9 9
 
@@ -159,4 +159,4 @@ new RPCServer<{a:string}, MyInterface>(port,
159 159
 )
160 160
 ```
161 161
 
162
-# [Full documentation](https://www.versioncontrol.me/frontwork-documentation/rpclibrary)
162
+# [Full documentation](https://gitea.nitowa.xyz/docs/rpclibrary)

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "rpclibrary",
3
-  "version": "1.4.3",
3
+  "version": "1.4.4",
4 4
   "description": "rpclibrary is a websocket on steroids!",
5 5
   "main": "./js/Index.js",
6 6
   "repository": {

Loading…
Cancel
Save