From 0a0053ecf893e825b064b35f635d39e854363235 Mon Sep 17 00:00:00 2001
From: Philippe Coval
Date: Wed, 27 Feb 2019 15:57:11 +0100
Subject: [PATCH] webthing: Update version to 0.0.9
Change-Id: I7cd84cf5acedd040950871ee2a027e82eb1dbd24
Signed-off-by: Philippe Coval
---
example/mozilla-iot-activitypub-adapter/package-lock.json | 2 +-
example/mozilla-iot-activitypub-adapter/package.json | 2 +-
example/webthing/package-lock.json | 2 +-
example/webthing/package.json | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
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": {