magnetk 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,6 @@ The professional JavaScript SDK for interacting with the Magnetk P2P network. Th
7
7
  If using as a standalone folder, simply place the `magnetk` folder into your `node_modules` or clone it into your project.
8
8
 
9
9
  ```bash
10
- # If published to npm (future)
11
10
  npm install magnetk-sdk-js
12
11
  ```
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magnetk",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "JavaScript SDK for Magnetk P2P File Transfer System",
5
5
  "main": "index.js",
6
6
  "bin": {