Skip to content

Commit

Permalink
bumping patch version to 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleardreamer committed Mar 20, 2019
1 parent 8d97191 commit bba31b4
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 435 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ git:
depth: 10
notifications:
email: false
language: node_js
node_js:
- "8.11.1"
- "10.15.3"
matrix:
include:
- os: linux
Expand All @@ -16,6 +15,5 @@ addons:
- xvfb
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
- npm test
6 changes: 5 additions & 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.6-green.svg)](https://github.com/OakLabsInc/oak/releases/tag/5.0.6)
[![release](https://img.shields.io/badge/release-v5.0.7-green.svg)](https://github.com/OakLabsInc/oak/releases/tag/5.0.7)
[![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 Expand Up @@ -29,6 +29,10 @@ npm install
oak-rebuild $(pwd) #directory path of wherever you want to rebuild
```

> Mac Tip: readlink is missing from OSX.
> Also make sure you have installed the XCode Commandline Tools
> `xcode-select --install`
### Locally

If you want to use a local version, you can install and execute oak from the `.bin` folder.
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.6"
OAK_VERSION="5.0.7"
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.6
FROM oaklabs/oak:5.0.7

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

WORKDIR /app
COPY . /app
Expand Down
51 changes: 20 additions & 31 deletions 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.6",
"version": "5.0.7",
"description": "A very opinionated kiosk framework based on Electron",
"engines": {
"node": ">=10.14.x"
Expand Down
Loading

0 comments on commit bba31b4

Please sign in to comment.