Skip to content

Commit

Permalink
patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleardreamer committed Jan 16, 2018
1 parent 7d4838d commit 75f2e24
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

OAK_VERSION="4.1.1";
OAK_VERSION="4.1.2";
BASE="oaklabs/oak:$OAK_VERSION";

# our FROM line in the Dockerfile, should ideally match the current electron node version
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
oak:
build: .
container_name: oak
image: oaklabs/oak:4.1.1
image: oaklabs/oak:4.1.2
network_mode: host
devices:
# our video card device, may vary per operating system
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-windows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oaklabs/oak:4.1.1
FROM oaklabs/oak:4.1.2

WORKDIR /app
COPY . /app
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-url/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oaklabs/oak:4.1.1
FROM oaklabs/oak:4.1.2

WORKDIR /app
COPY . /app
Expand Down
8 changes: 4 additions & 4 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
image: oaklabs/oak:4.1.1
image: oaklabs/oak:4.1.2
manifests:
# - image: oaklabs/oak:4.1.1-arm
# - image: oaklabs/oak:4.1.2-arm
# platform:
# architecture: arm
# os: linux
# - image: oaklabs/oak:4.1.1-arm64
# - image: oaklabs/oak:4.1.2-arm64
# platform:
# architecture: arm64
# os: linux
- image: oaklabs/oak:4.1.1-amd64
- image: oaklabs/oak:4.1.2-amd64
platform:
architecture: amd64
os: linux
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.1.1",
"version": "4.1.2",
"description": "A very opinionated kiosk framework based on Electron",
"engines": {
"node": "7.9.0"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Oak

[![release](https://img.shields.io/badge/release-v4.1.1-green.svg)](https://github.com/OakLabsInc/oak/releases/tag/4.1.1)
[![release](https://img.shields.io/badge/release-v4.1.2-green.svg)](https://github.com/OakLabsInc/oak/releases/tag/4.1.2)
[![node](https://img.shields.io/badge/node-v7.9.0-green.svg)](https://github.com/nodejs/node/releases/tag/v7.9.0)
[![electron](https://img.shields.io/badge/electron-v1.7.9-green.svg)](https://github.com/electron/electron/releases/tag/v1.7.9)
[![Coverage Status](https://coveralls.io/repos/github/OakLabsInc/oak/badge.svg?t=zYcBU6)](https://coveralls.io/github/OakLabsInc/oak)
Expand Down

0 comments on commit 75f2e24

Please sign in to comment.