Skip to content

Commit 7128d1e

Browse files
authored
Merge pull request #97 from Digipalvelutehdas/master
Master
2 parents fec765d + ecc3d97 commit 7128d1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# A base Docker image for Meteor applications. https://hub.docker.com/r/jshimko/meteor-launchpad/
2-
FROM jshimko/meteor-launchpad:latest
2+
FROM jshimko/meteor-launchpad:v1.1.1
33

44
MAINTAINER apinf <info@apinf.io>

about/client/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h3>
2828
Apinf
2929
</dt>
3030
<dd>
31-
0.35.0
31+
0.36.0
3232
</dd>
3333
<dt>
3434
API Umbrella

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apinf",
3-
"version": "0.35.0",
3+
"version": "0.36.0",
44
"description": "API management portal and proxy.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)