Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleardreamer committed Jul 9, 2017
1 parent 979272b commit b438388
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

OAK_VERSION="3.1.5";
OAK_VERSION="3.2.0";
BASE="oaklabs/oak:$OAK_VERSION";

# our FROM line in the Dockerfile, should ideally match the current electron node version
Expand Down
20 changes: 10 additions & 10 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
image: oaklabs/oak:3.1.5
image: oaklabs/oak:3.2.0
manifests:
- image: oaklabs/oak:3.1.5-arm
platform:
architecture: arm
os: linux
- image: oaklabs/oak:3.1.5-arm64
platform:
architecture: arm64
os: linux
- image: oaklabs/oak:3.1.5-amd64
# - image: oaklabs/oak:3.2.0-arm
# platform:
# architecture: arm
# os: linux
# - image: oaklabs/oak:3.2.0-arm64
# platform:
# architecture: arm64
# os: linux
- image: oaklabs/oak:3.2.0-amd64
platform:
architecture: amd64
os: linux
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oak",
"version": "3.1.5",
"version": "3.2.0",
"description": "A very opinionated kiosk framework based on Electron",
"engines": {
"node": "7.4.0"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Oak
[![release](https://img.shields.io/badge/release-v3.1.5-green.svg)](https://github.com/OakLabsInc/oak/releases/tag/3.1.5)
[![release](https://img.shields.io/badge/release-v3.2.0-green.svg)](https://github.com/OakLabsInc/oak/releases/tag/3.2.0)
[![node](https://img.shields.io/badge/node-v7.4.0-green.svg)](https://github.com/nodejs/node/releases/tag/v7.4.0)
[![electron](https://img.shields.io/badge/electron-v1.6.11-green.svg)](https://github.com/electron/electron/releases/tag/v1.6.11)
[![Coverage Status](https://coveralls.io/repos/github/OakLabsInc/oak/badge.svg?branch=master&t=zYcBU6)](https://coveralls.io/github/OakLabsInc/oak?branch=master)
Expand Down

0 comments on commit b438388

Please sign in to comment.