functions: 0.3.2 release [skip ci]

This commit is contained in:
Travis Reeder
2017-05-15 14:16:30 -07:00
parent aa046ba5fc
commit 2b01ae3616
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
package version
// Version of IronFunctions
var Version = "0.3.1"
var Version = "0.3.2"

View File

@@ -3,7 +3,7 @@ set -e
# Install script to install fn
release="0.3.1"
release="0.3.2"
command_exists() {
command -v "$@" > /dev/null 2>&1

View File

@@ -1,3 +1,3 @@
set -ex
docker build -t iron/functions-lambda:nodejs4.3 .
docker build --build-arg HTTP_PROXY -t treeder/functions-lambda:nodejs4.3 .

View File

@@ -1,4 +1,4 @@
set -ex
./build.sh
docker push iron/functions-lambda:nodejs4.3
docker push treeder/functions-lambda:nodejs4.3