diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-22 20:26:10 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-22 20:26:10 +0800 |
commit | 321dce1f47135f673730cb86fdf1faf03dc6cbd4 (patch) | |
tree | 041b8f74bdcd290268a6b800e5fced2c20c98d88 /cmd/mist/assets | |
parent | bba85a207488d27819dc6f6f5758b80947ea200b (diff) | |
download | dexon-321dce1f47135f673730cb86fdf1faf03dc6cbd4.tar.gz dexon-321dce1f47135f673730cb86fdf1faf03dc6cbd4.tar.zst dexon-321dce1f47135f673730cb86fdf1faf03dc6cbd4.zip |
Bump
Diffstat (limited to 'cmd/mist/assets')
-rw-r--r-- | cmd/mist/assets/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/assets/qml/main.qml b/cmd/mist/assets/qml/main.qml index ca37dbf3c..e80bd87e0 100644 --- a/cmd/mist/assets/qml/main.qml +++ b/cmd/mist/assets/qml/main.qml @@ -964,7 +964,7 @@ ApplicationWindow { anchors.top: parent.top anchors.topMargin: 30 font.pointSize: 12 - text: "<h2>Mist (0.8.4)</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>Felix Lange<br>Taylor Gerring<br>Daniel Nagy<br>Gustav Simonsson<br><h3>UX/UI</h3>Alex van de Sande<br>Fabian Vogelsteller" + text: "<h2>Mist (0.8.5)</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>Felix Lange<br>Taylor Gerring<br>Daniel Nagy<br>Gustav Simonsson<br><h3>UX/UI</h3>Alex van de Sande<br>Fabian Vogelsteller" } } |