Skip to content

Commit

Permalink
Release v1.4.1. Clarification in admin UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekSredzki committed Dec 6, 2016
1 parent c1f8ecd commit c4cafe9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions assets/js/admin/edit-version-modal/edit-version-modal.pug
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ form(editable-form='', name='versionForm', onaftersave='acceptEdit()', e-role='f
button.btn.btn-success(type='button', ng-click='openAddAssetModal()') Add Asset

div.text-left
h4 Required Assets:
h4 Required Assets
h5
strong Windows
p
strong Windows:
span
| New installs require
code .exe
| assets. While updates require
code .nupkg
| . You probably want both.
| New installs require
code .exe
| assets. Updates require
code .nupkg
| .
h5
strong OSX
p
strong OSX:
span
| New installs require
code .dmg
| assets. While updates require
code .zip
| . You probably want both.
| New installs require
code .dmg
| assets. Updates require
code .zip
| .
.modal-footer
div(ng-if='!versionForm.$visible')
button.btn.btn-warning(type='button', ng-click='versionForm.$show()') Edit
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": "electron-release-server",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "A version server for hosting and serving the your electron desktop app releases.",
"dependencies": {
"bluebird": "^3.4.6",
Expand Down

0 comments on commit c4cafe9

Please sign in to comment.