From b416b3e68ab042736668b8a2a493f30ac9a4591f Mon Sep 17 00:00:00 2001 From: Meritoo Date: Thu, 19 Jul 2018 22:35:38 +0200 Subject: [PATCH] Fix bug "Version "0.1.6" not valid, should probably be "0.1" instead" --- .../{0.1.6 => 0.1}/config/packages/meritoo_common.yaml | 0 meritoo/common-bundle/{0.1.6 => 0.1}/manifest.json | 0 meritoo/common-bundle/{0.1.6 => 0.1}/post-install.txt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename meritoo/common-bundle/{0.1.6 => 0.1}/config/packages/meritoo_common.yaml (100%) rename meritoo/common-bundle/{0.1.6 => 0.1}/manifest.json (100%) rename meritoo/common-bundle/{0.1.6 => 0.1}/post-install.txt (100%) diff --git a/meritoo/common-bundle/0.1.6/config/packages/meritoo_common.yaml b/meritoo/common-bundle/0.1/config/packages/meritoo_common.yaml similarity index 100% rename from meritoo/common-bundle/0.1.6/config/packages/meritoo_common.yaml rename to meritoo/common-bundle/0.1/config/packages/meritoo_common.yaml diff --git a/meritoo/common-bundle/0.1.6/manifest.json b/meritoo/common-bundle/0.1/manifest.json similarity index 100% rename from meritoo/common-bundle/0.1.6/manifest.json rename to meritoo/common-bundle/0.1/manifest.json diff --git a/meritoo/common-bundle/0.1.6/post-install.txt b/meritoo/common-bundle/0.1/post-install.txt similarity index 100% rename from meritoo/common-bundle/0.1.6/post-install.txt rename to meritoo/common-bundle/0.1/post-install.txt