Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Aug 27, 2016
1 parent c11690b commit 856813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/view/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ApplicationWindow {
height: 800
visible: true
color: 'black'
title: images.current.name + ' - hdrv 0.3'
title: images.current.name + ' - hdrv 0.4'

function loadNextFile(prev) {
var url = images.nextFile(prev);
Expand Down

0 comments on commit 856813e

Please sign in to comment.