We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fec765d + ecc3d97 commit 7128d1eCopy full SHA for 7128d1e
Dockerfile
@@ -1,4 +1,4 @@
1
# A base Docker image for Meteor applications. https://hub.docker.com/r/jshimko/meteor-launchpad/
2
-FROM jshimko/meteor-launchpad:latest
+FROM jshimko/meteor-launchpad:v1.1.1
3
4
MAINTAINER apinf <info@apinf.io>
about/client/about.html
@@ -28,7 +28,7 @@ <h3>
28
Apinf
29
</dt>
30
<dd>
31
- 0.35.0
+ 0.36.0
32
</dd>
33
<dt>
34
API Umbrella
package.json
@@ -1,6 +1,6 @@
{
"name": "apinf",
- "version": "0.35.0",
+ "version": "0.36.0",
"description": "API management portal and proxy.",
5
"main": "index.js",
6
"directories": {
0 commit comments