Skip to content

Commit

Permalink
[gui] Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragsakhuja committed Feb 17, 2019
1 parent 848bb98 commit 377c5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lc3tools",
"version": "1.0.1",
"version": "1.0.2",
"author": "Chirag Sakhuja <chirag.sakhuja@utexas.edu>",
"description": "LC3 tools frontend",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion frontend/gui/src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{{
download_bar ?
("Downloading at " + (update.download_speed / 1024).toFixed(0) + " KB/s") :
"A newer version of LC3Tools is available. Would you like to download the update?"
"A newer version of LC3Tools is available. Would you like to download the update? (It will be fast!)"
}}
<v-progress-linear v-if="download_bar" v-bind:value="(update.download_transferred / update.download_size) * 100"></v-progress-linear>
</v-card-text>
Expand Down

0 comments on commit 377c5b8

Please sign in to comment.