Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from ridaamirini/dev
Browse files Browse the repository at this point in the history
#5 Fix v0.0.6
  • Loading branch information
ridaamirini authored Sep 30, 2018
2 parents c5e57f1 + a441797 commit 0482c59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ before_script:
script:
- |
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
docker run --rm \
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \
ENVS=`env | grep -iE '^(DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_)([A-Z]|_)*=' | sed -n '/^[^\t]/s/=.*//p' | sed '/^$/d' | sed 's/^/-e /g' | tr '\n' ' '`
docker run $ENVS --rm \
-v ${PWD}:/project \
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
Expand Down
Binary file modified auth.json.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "imapsyncclient",
"displayName": "ImapSync Client",
"productName": "ImapSync Client",
"version": "0.0.5",
"version": "0.0.6",
"author": "Rida Am. <[email protected]>",
"description": "It's only an Internet Message Access Protocol Synchronization Client",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions revision.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"rev": "5eafc78",
"version": "0.0.4.5eafc78",
"date": "2018-5-13 18:17:38"
"rev": "96fd004",
"version": "0.0.6.96fd004",
"date": "2018-9-30 18:28:51"
}

0 comments on commit 0482c59

Please sign in to comment.