Skip to content

Commit

Permalink
bumping version for 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleardreamer committed Mar 30, 2018
1 parent eacaf06 commit 97cd4cd
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Binary file added build/resources/icon_32.icns
Binary file not shown.
Binary file added build/resources/icon_32.ico
Binary file not shown.
Binary file added build/resources/icon_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.2.0";
OAK_VERSION="4.2.1";
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.2.0
image: oaklabs/oak:4.2.1
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.2.0
FROM oaklabs/oak:4.2.1

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.2.0
FROM oaklabs/oak:4.2.1

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.2.0
image: oaklabs/oak:4.2.1
manifests:
# - image: oaklabs/oak:4.2.0-arm
# - image: oaklabs/oak:4.2.1-arm
# platform:
# architecture: arm
# os: linux
# - image: oaklabs/oak:4.2.0-arm64
# - image: oaklabs/oak:4.2.1-arm64
# platform:
# architecture: arm64
# os: linux
- image: oaklabs/oak:4.2.0-amd64
- image: oaklabs/oak:4.2.1-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.2.0",
"version": "4.2.1",
"description": "A very opinionated kiosk framework based on Electron",
"engines": {
"node": "8.2.1"
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.2.0-green.svg)](https://github.com/OakLabsInc/oak/releases/tag/4.2.0)
[![release](https://img.shields.io/badge/release-v4.2.1-green.svg)](https://github.com/OakLabsInc/oak/releases/tag/4.2.1)
[![node](https://img.shields.io/badge/node-v8.2.1-green.svg)](https://github.com/nodejs/node/releases/tag/v8.2.1)
[![electron](https://img.shields.io/badge/electron-v1.8.3-green.svg)](https://github.com/electron/electron/releases/tag/v1.8.3)
[![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 97cd4cd

Please sign in to comment.