git ssb

0+

cel / ssb-clingy



Commit 608cf9969c43019689ed824f5302a49c825fc956

version bump

Joran committed on 7/13/2019, 11:14:01 PM
Parent: 31f416228e9b71e3d3d8d917f863f64625d5a32e

Files changed

index.jschanged
package.jsonchanged
index.jsView
@@ -1,9 +1,9 @@
11 // Clingy Plugin
22 //
33 // Will follow any connecting id unless already following
44 exports.name = 'clingy'
5-exports.version = '1.1.0'
5 +exports.version = '1.1.1'
66 exports.manifest = {}
77
88 exports.init = (api, opts) => {
99 api.on('rpc:connect', function (rpc, args) {
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "ssb-clingy",
3- "version": "1.1.0",
3 + "version": "1.1.1",
44 "description": "Friendly follow-back behaviour for strangers who connect to a scuttlebutt instance",
55 "main": "index.js",
66 "scripts": {
77 "test": "echo \"Error: no test specified\" && exit 1"

Built with git-ssb-web