Skip to content

Commit

Permalink
update app info versioning. git ignore compiled binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoe123 committed Feb 24, 2022
1 parent d64926a commit 62d98a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ internal/builds/linux/did/bin
internal/builds/linux/carrier/bin
internal/builds/linux/mainchain/bin
internal/builds/linux/system/www
internal/builds/linux/glide/www/
internal/builds/linux/glide/www/
internal/builds/linux/eid/bin/geth
internal/builds/linux/esc/bin/esc
internal/builds/linux/mainchain/bin/ela
internal/builds/linux/mainchain/bin/ela-cli
6 changes: 3 additions & 3 deletions internal/builds/linux/system/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Ela System",
"description": "Ela System powered by Elastos.",
"description": "Ela System powered by Elastos. Added Glide app. ESC is now accessible via port 20637. EID and ESC sync bug fixes. Several security updates. Keystore uploading. And other tons of updates.",
"packageId": "ela.system",
"build": 3,
"version": "0.3.1",
"build": 5,
"version": "0.4.1",
"program": "ela.system",
"permissions": null,
"exportService": false,
Expand Down

0 comments on commit 62d98a9

Please sign in to comment.