Skip to content

Commit

Permalink
bumping to 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleardreamer committed Mar 21, 2019
1 parent 279f07a commit 8603994
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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-v5.0.7-green.svg)](https://github.com/OakLabsInc/oak/releases/tag/5.0.7)
[![release](https://img.shields.io/badge/release-v5.0.8-green.svg)](https://github.com/OakLabsInc/oak/releases/tag/5.0.8)
[![node](https://img.shields.io/badge/node-v10.15.3-green.svg)](https://github.com/nodejs/node/releases/tag/v10.15.3)
[![electron](https://img.shields.io/badge/electron-v3.1.6-green.svg)](https://github.com/electron/electron/releases/tag/v3.1.6)
[![Coverage Status](https://coveralls.io/repos/github/OakLabsInc/oak/badge.svg?t=zYcBU6)](https://coveralls.io/github/OakLabsInc/oak)
Expand Down
2 changes: 1 addition & 1 deletion docker-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

OAK_VERSION="5.0.7"
OAK_VERSION="5.0.8"
BASE="oaklabs/oak"

# our FROM line in the Dockerfile, should ideally match the current electron node version
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:5.0.7
FROM oaklabs/oak:5.0.8

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:5.0.7
FROM oaklabs/oak:5.0.8

WORKDIR /app
COPY . /app
Expand Down
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": "5.0.7",
"version": "5.0.8",
"description": "A very opinionated kiosk framework based on Electron",
"engines": {
"node": ">=10.14.x"
Expand Down

0 comments on commit 8603994

Please sign in to comment.