gamedigz 0.2.0 → 0.2.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ > Temporary solution. Will be unpublished/deprecated once the original is up to date.
2
+
1
3
  node-GameDig - Game Server Query Library
2
4
  ---
3
5
  node-GameDig is a game server query library, capable of querying for the status of
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "main": "lib/index.js",
24
24
  "author": "GameDig Contributors",
25
- "version": "0.2.0",
25
+ "version": "0.2.1",
26
26
  "repository": {
27
27
  "type": "git",
28
28
  "url": "https://github.com/gamedig/node-gamedig.git"