Skip to content

Commit

Permalink
[release] 0.1.nightly.4 added
Browse files Browse the repository at this point in the history
  • Loading branch information
Grovkillen committed Mar 7, 2020
1 parent 0bf1d89 commit 7c7a2af
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 5 deletions.
1 change: 1 addition & 0 deletions build/0.1.nightly.3/info/warning.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This version is development only, do not use!
1 change: 1 addition & 0 deletions build/0.1.nightly.4/gui.min.css

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions build/0.1.nightly.4/info/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "gui-easy",
"timestamp": 1583562234521,
"version": "0.1.4",
"versionName": "0.1.nightly.4",
"author": "Jimmy 'Grovkillen' Westberg <jimmy@grovkillen.com> (https://grovkillen.com)",
"description": "Front End for ESP Easy",
"main": "build/0.1.nightly.4/main/index.html.gz",
"repository": {
"type": "git",
"url": "git+https://github.com/letscontrolit/GUIEasy.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/letscontrolit/GUIEasy/issues"
},
"homepage": "https://github.com/letscontrolit/GUIEasy#readme",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-rename": "^0.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-zopfli-native": "^2.0.0",
"grunt-processhtml": "^0.4.2",
"grunt-file-append": "^0.0.7",
"grunt-contrib-copy": "^1.0.0",
"grunt-folder-list": "^1.1.0",
"grunt-size-report": "^0.1.4",
"grunt-filesize": "^0.0.7",
"grunt-contrib-htmlmin": "^3.1.0",
"npm": "^6.13.4"
},
"scripts": {
"build": "node Gruntfile.js"
},
"keywords": [
"ESP Easy",
"CSS framework",
"GUI",
"Frontend"
]
}
7 changes: 7 additions & 0 deletions build/0.1.nightly.4/info/release.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
timestamp:1583562234521
major:0
minor:1
revision:4
rc:0
dev:true
files:[{"build":"main","size":77102},{"build":"noDash","size":66061},{"build":"mini","size":5960}]
1 change: 1 addition & 0 deletions build/0.1.nightly.4/info/source_files.json

Large diffs are not rendered by default.

Binary file added build/0.1.nightly.4/main/index.htm.gz
Binary file not shown.
1 change: 1 addition & 0 deletions build/0.1.nightly.4/mini.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added build/0.1.nightly.4/mini/index.htm.gz
Binary file not shown.
Binary file added build/0.1.nightly.4/noDash/index.htm.gz
Binary file not shown.
Binary file added build/0.1.nightly.4/src-0.1.nightly.4.zip
Binary file not shown.
1 change: 1 addition & 0 deletions build/releases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
0.1.nightly.1
0.1.nightly.2
0.1.nightly.3
0.1.nightly.4
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "gui-easy",
"timestamp": 1583561168889,
"version": "0.1.3",
"versionName": "0.1.nightly.3",
"timestamp": 1583562234521,
"version": "0.1.4",
"versionName": "0.1.nightly.4",
"author": "Jimmy 'Grovkillen' Westberg <jimmy@grovkillen.com> (https://grovkillen.com)",
"description": "Front End for ESP Easy",
"main": "build/0.1.nightly.3/main/index.html.gz",
"main": "build/0.1.nightly.4/main/index.html.gz",
"repository": {
"type": "git",
"url": "git+https://github.com/letscontrolit/GUIEasy.git"
Expand Down
2 changes: 1 addition & 1 deletion src/gui_easy_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const guiEasy = {
//--GRUNT-START--
'major': 0,
'minor': 1,
'revision': 3,
'revision': 4,
'development': true,
'releaseCandidate': 0
//--GRUNT-END--
Expand Down

0 comments on commit 7c7a2af

Please sign in to comment.