From c9d56668684c3c62b20514b32584664eac04baf6 Mon Sep 17 00:00:00 2001 From: Glyn Hudson Date: Wed, 17 Oct 2018 22:22:46 +0100 Subject: [PATCH] Add version control --- sync-module/Module.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sync-module/Module.json diff --git a/sync-module/Module.json b/sync-module/Module.json new file mode 100644 index 0000000..26e9046 --- /dev/null +++ b/sync-module/Module.json @@ -0,0 +1,4 @@ +{ + "name" : "Sync", + "version" : "1.0.0" +}