Browse Source

added version badge

master
Daniel Huebleitner 4 years ago
parent
commit
8142c7811a
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      README.md
  2. 1
    1
      package.json

+ 1
- 1
README.md View File

1
-# Overview [![Build Status](https://www.bottleneck.me/api/badges/frontwork-vendor/rpclibrary/status.svg)](https://www.bottleneck.me/frontwork-vendor/rpclibrary)
1
+# Overview [![Build Status](https://www.bottleneck.me/api/badges/frontwork-vendor/rpclibrary/status.svg)](https://www.bottleneck.me/frontwork-vendor/rpclibrary) [![npm version](https://badge.fury.io/js/rpclibrary.svg)](https://badge.fury.io/js/rpclibrary)
2
 rpclibrary is a websocket on steroids!
2
 rpclibrary is a websocket on steroids!
3
 
3
 
4
 # How to install
4
 # How to install

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save