Skip to content

Commit

Permalink
incrementing version number for release 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Nov 27, 2017
1 parent 6faead9 commit 91f8d60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions latest-mac.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# update version & releaseDate when doing release
# and make sure path and artifact name matches the windows artifact
# for now you can ignore the sha, artifact, and path because i am just checking if update availible, not actually downloading
version: 1.0.0-alpha.6
releaseDate: '2017-10-23T19:52:36.263Z'
version: 1.0.0-alpha.7
releaseDate: '2017-11-23T19:52:36.263Z'
githubArtifactName: arepl-win32-x64.zip
path: arepl win32 x64
sha512: >-
Expand Down
4 changes: 2 additions & 2 deletions latest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# update version & releaseDate when doing release
# and make sure path and artifact name matches the windows artifact
# for now you can ignore the sha, artifact, and path because i am just checking if update availible, not actually downloading
version: 1.0.0-alpha.6
releaseDate: '2017-10-23T19:52:36.263Z'
version: 1.0.0-alpha.7
releaseDate: '2017-11-23T19:52:36.263Z'
githubArtifactName: arepl-win32-x64.zip
path: arepl win32 x64
sha512: >-
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arepl",
"productName": "arepl",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "A python scratchpad with real-time code evaluation",
"main": "src/electron/main.js",
"scripts": {
Expand Down

0 comments on commit 91f8d60

Please sign in to comment.