diff --git a/index.js b/index.js index baa16ad..7c80608 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,6 @@ var Fs = require("fs"), + Package = require("./package.json"), + version = module.exports.version = Package.version, Path = require("path"), DIRNAME = __dirname, read = function (p) { diff --git a/package.json b/package.json index 17f72c0..6d36568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyperboria-peers", - "version": "1.0.11", + "version": "1.0.12", "description": "A geographically sorted list of public peering credentials for joining Hyperboria", "main": "index.js", "scripts": {