Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Update version to 0.8 #930

Merged
merged 5 commits into from
Jul 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ gulp.task('taskQueue', [
'create-binaries',
'change-files',
//'cleanup-files',
'rename-folders',
// 'zip'
'rename-folders'
// 'zip',
]);

// DOWNLOAD nodes
Expand Down
2 changes: 1 addition & 1 deletion interface/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ecmascript-runtime@0.2.11
ejson@1.0.12
ethereum:accounts@0.3.10
ethereum:blocks@0.3.1
ethereum:dapp-styles@0.5.4
ethereum:dapp-styles@0.5.5
ethereum:elements@0.7.1
ethereum:tools@0.5.2
ethereum:web3@0.15.3
Expand Down
3 changes: 1 addition & 2 deletions interface/client/styles/menu.import.less
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,10 @@ aside.sidebar {
}

.see-all {
// display: none;
position: absolute;
margin-top: -4px;
top: @gridHeight * 10;
width: 100%;
// background-color: #FFF;

button {
font-style: italic;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mist",
"version": "0.7.6",
"version": "0.8.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down