Skip to content

Commit 2fa3be0

Browse files
author
Luc
committed
update version for release
1 parent e026786 commit 2fa3be0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.html.gz

22 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"gulp-cdnizer": "^1.1.7",
1111
"gulp-clean-css": "^2.4.0",
1212
"gulp-concat": "^2.6.1",
13-
"gulp-gzip": "^1.4.0",
13+
"gulp-gzip": "^1.4.2",
1414
"gulp-htmlmin": "^3.0.0",
1515
"gulp-if": "^2.0.2",
16-
"gulp-jshint": "^2.0.4",
16+
"gulp-jshint": "^2.1.0",
1717
"gulp-ng-annotate": "^2.0.0",
1818
"gulp-remove-code": "^1.0.2",
1919
"gulp-replace": "^0.5.4",
2020
"gulp-smoosher": "0.0.9",
2121
"gulp-uglify": "^2.1.2",
2222
"gulp-util": "^3.0.1",
2323
"gulp-zip": "^3.2.0",
24-
"jshint": "^2.9.4",
24+
"jshint": "^2.9.5",
2525
"merge-stream": "^1.0.1"
2626
},
2727
"repository": "https://github.com/luc-github/ESP3D-WEBUI",

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>ESP3D WebUI</title>
88
<script>var target_firmware="";</script>
9-
<script>var web_ui_version="0.9.82LE";</script>
9+
<script>var web_ui_version="1.0";</script>
1010
<script>var direct_sd=false;</script>
1111
<script>var fw_version="";</script>
1212
<script>var primary_sd= "/ext/";</script>

0 commit comments

Comments
 (0)