Skip to content

Commit

Permalink
Update splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
eduramiba committed Aug 25, 2017
1 parent 3dddcc4 commit 2303464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public void setLog(String log) {

public Element writeXml(Document document) {
Element reportE = document.createElement("report");
reportE.setAttribute("version", "0.9.1");
reportE.setAttribute("version", "0.9.2");

//Date
Element dateE = document.createElement("date");
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2303464

Please sign in to comment.