Skip to content

Commit

Permalink
Bump to v1.7.0 (#3677)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlyp committed Jan 21, 2022
1 parent c9db66a commit 85984c9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decrediton",
"productName": "decrediton",
"version": "1.7.0-rc3",
"version": "1.7.0",
"description": "Cross-platform decred gui based on Electron and React",
"main": "./main.js",
"author": {
Expand Down
Binary file added app/style/icons/release-note-v170.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/style/icons/release-note-v170.png
Binary file not shown.
2 changes: 1 addition & 1 deletion app/style/themes/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const icons = {
"release-image-v140": url(require("style/icons/release-note-v140.gif")),
"release-image-v150": url(require("style/icons/release-note-v150.png")),
"release-image-v160": url(require("style/icons/release-note-v160.png")),
"release-image-v170": url(require("style/icons/release-note-v170.png")),
"release-image-v170": url(require("style/icons/release-note-v170.gif")),
"tickets-loading-more-icon": url(
require("style/icons/ticket_live_loop_decrediton_grey.gif")
),
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": "decrediton",
"productName": "Decrediton",
"version": "1.7.0-rc3",
"version": "1.7.0",
"description": "Decrediton based on React, React Router, Webpack, React Hot Loader for rapid application development",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 85984c9

Please sign in to comment.