diff --git a/.travis.yml b/.travis.yml index bcb6bda..6ece9cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ script: - yarn test - yarn deploy:ci os: - - linux - osx # Only build tags. TODO: make test and deploy different jobs so test can always run if: tag IS present \ No newline at end of file diff --git a/electron-wrapper/images/icon.icns b/electron-wrapper/images/icon.icns new file mode 100644 index 0000000..7cfe50f Binary files /dev/null and b/electron-wrapper/images/icon.icns differ diff --git a/electron-wrapper/package.json b/electron-wrapper/package.json index be9b618..a198b13 100644 --- a/electron-wrapper/package.json +++ b/electron-wrapper/package.json @@ -1,7 +1,7 @@ { "name": "electron-wrapper", "productName": "ReactTypescriptBoilerplateExample", - "version": "1.1.3", + "version": "1.1.4", "description": "Just a simple electron wrapper for my boilerplate.", "main": "src/index.ts", "scripts": { diff --git a/functions/package.json b/functions/package.json index b87c708..3a6c18c 100644 --- a/functions/package.json +++ b/functions/package.json @@ -1,6 +1,6 @@ { "name": "functions", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "author": "Austin Peterson (https://blog.akpwebdesign.com)", "scripts": { diff --git a/package.json b/package.json index 46d8937..5f9131b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-electron-typescript-firebase-boilerplate", - "version": "1.1.3", + "version": "1.1.4", "private": true, "license": "MIT", "author": "Austin Peterson (https://blog.akpwebdesign.com)", diff --git a/react/package.json b/react/package.json index 0ef634e..59067e9 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "react-boilerplate", - "version": "1.1.3", + "version": "1.1.4", "private": true, "license": "MIT", "author": "Austin Peterson (https://blog.akpwebdesign.com)",