Commit 608cf9969c43019689ed824f5302a49c825fc956
version bump
Joran committed on 7/13/2019, 11:14:01 PMParent: 31f416228e9b71e3d3d8d917f863f64625d5a32e
Files changed
index.js | changed |
package.json | changed |
index.js | ||
---|---|---|
@@ -1,9 +1,9 @@ | ||
1 | 1 … | // Clingy Plugin |
2 | 2 … | // |
3 | 3 … | // Will follow any connecting id unless already following |
4 | 4 … | exports.name = 'clingy' |
5 | -exports.version = '1.1.0' | |
5 … | +exports.version = '1.1.1' | |
6 | 6 … | exports.manifest = {} |
7 | 7 … | |
8 | 8 … | exports.init = (api, opts) => { |
9 | 9 … | api.on('rpc:connect', function (rpc, args) { |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "ssb-clingy", |
3 | - "version": "1.1.0", | |
3 … | + "version": "1.1.1", | |
4 | 4 … | "description": "Friendly follow-back behaviour for strangers who connect to a scuttlebutt instance", |
5 | 5 … | "main": "index.js", |
6 | 6 … | "scripts": { |
7 | 7 … | "test": "echo \"Error: no test specified\" && exit 1" |
Built with git-ssb-web