Skip to content

Commit 216f076

Browse files
Merge pull request #267 from WebJamApps/dev
Oboe release
2 parents 4828d7d + 780f0ab commit 216f076

File tree

4 files changed

+105
-68
lines changed

4 files changed

+105
-68
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
working_directory: ~/web-jam-back
55
# The primary container is an instance of the first list image listed. Your build commands run in this container.
66
docker:
7-
- image: circleci/node:8.10.0-browsers
7+
- image: circleci/node:8.11.1-browsers
88
# The secondary container is an instance of the second listed image which is run in a common network where ports exposed on the primary container are available on localhost.
99
#- image: mongo:3.4.4
1010
steps:
@@ -23,7 +23,7 @@ jobs:
2323
- node_modules
2424
test:
2525
docker:
26-
- image: circleci/node:8.10.0-browsers
26+
- image: circleci/node:8.11.1-browsers
2727
#- image: mongo:3.4.4
2828
steps:
2929
- checkout

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<ui>
1010
<li><a href="https://www.web-jam.com">Web Jam LLC</a></li>
1111
<li><a href="http://www.ourhandsandfeet.org">ourhandsandfeet.org</a></li>
12+
<li><a href="http://joshandmariamusic.com">joshandmariamusic.com</a></li>
1213
<li><a href="https://www.web-jam.com/library">Web Jam Library</a></li>
1314
</ul>
1415

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "web-jam-back",
3-
"version": "0.7.7",
3+
"version": "0.7.8",
44
"description": "web-jam.com",
55
"main": "index.js",
66
"engines": {
7-
"node": "8.10.0"
7+
"node": "8.11.1"
88
},
99
"license": "MIT",
1010
"scripts": {

0 commit comments

Comments
 (0)