Browse Source

Release version 0.0.8 (manifestVersion)

Girish Ramakrishnan 10 years ago
parent
commit
f3935d8fcd
1 changed files with 9 additions and 9 deletions
  1. 9 9
      wordpress.app

+ 9 - 9
wordpress.app

@@ -1,10 +1,10 @@
 {
-    "version": "0.0.7",
-    "dockerImage": "girish/wordpress:0.6",
-    "healthCheckPath": "/",
-    "httpPort": "80",
-    "addons": [
-        "mysql"
-    ],
-    "manifestVersion": 1
-}
+  "version": "0.0.8",
+  "dockerImage": "girish/wordpress:0.6",
+  "healthCheckPath": "/",
+  "httpPort": "80",
+  "addons": [
+    "mysql"
+  ],
+  "manifestVersion": 1
+}