Skip to content

Commit

Permalink
upgrading version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed May 20, 2018
1 parent 13b6885 commit eb83177
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions latest-mac.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 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.7
releaseDate: '2017-11-23T19:52:36.263Z'
githubArtifactName: arepl-win32-x64.zip
path: arepl win32 x64
version: 1.0.0-alpha.8
releaseDate: '2018-05-19T19:52:36.263Z'
githubArtifactName: arepl-linux-x64.tar.gx
path: arepl linux x64
sha512: >-
BMLPuM/j+OnjrdefvLdvVRpRNla7zrgLFD2810T9zGncCr1zg0wzY82xY1vb6KpERYWJ3sI9VAOicmLqdxohEw==
sha2: 82c0d57aca2a2f175a136f7d5444a9fb8633968ec7df01277677cf5cdf03a191
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.7
releaseDate: '2017-11-23T19:52:36.263Z'
version: 1.0.0-alpha.8
releaseDate: '2018-05-19T19:52:36.263Z'
githubArtifactName: arepl-win32-x64.zip
path: arepl win32 x64
sha512: >-
Expand Down
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "arepl",
"productName": "arepl",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "A python scratchpad with real-time code evaluation",
"main": "src/electron/main.js",
"scripts": {
Expand Down

0 comments on commit eb83177

Please sign in to comment.