diff --git a/example/mozilla-iot-activitypub-adapter/package-lock.json b/example/mozilla-iot-activitypub-adapter/package-lock.json index 0182004..3a20846 100644 --- a/example/mozilla-iot-activitypub-adapter/package-lock.json +++ b/example/mozilla-iot-activitypub-adapter/package-lock.json @@ -1,6 +1,6 @@ { "name": "activitypub-adapter", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/example/mozilla-iot-activitypub-adapter/package.json b/example/mozilla-iot-activitypub-adapter/package.json index 65a8def..d83e9d5 100644 --- a/example/mozilla-iot-activitypub-adapter/package.json +++ b/example/mozilla-iot-activitypub-adapter/package.json @@ -1,7 +1,7 @@ { "name": "activitypub-adapter", "display_name": "ActivityPub", - "version": "0.0.8", + "version": "0.0.9", "description": "ActivityPub/Mastodon adapter for Mozilla IoT Gateway", "author": "Philippe Coval (https://www.npmjs.com/~rzr)", "main": "index.js", diff --git a/example/webthing/package-lock.json b/example/webthing/package-lock.json index e7ecca7..8260413 100644 --- a/example/webthing/package-lock.json +++ b/example/webthing/package-lock.json @@ -1,6 +1,6 @@ { "name": "mastodon-lite-webthing", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/example/webthing/package.json b/example/webthing/package.json index 14cc295..c79fe56 100644 --- a/example/webthing/package.json +++ b/example/webthing/package.json @@ -1,6 +1,6 @@ { "name": "mastodon-lite-webthing", - "version": "0.0.8", + "version": "0.0.9", "description": "Mastodon WebOfThing Actuator example", "main": "index.js", "scripts": {