Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmur2 committed Apr 19, 2014
1 parent ea5b092 commit 8d54e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<property name="lib.dir" value="libs"/>
<property name="src.dir" value="src"/>

<property name="jcloudapp.version" value="1.0.0"/>
<property name="jcloudapp.version" value="1.1.0"/>

<path id="classpath">
<fileset dir="${lib.dir}">
Expand Down
2 changes: 1 addition & 1 deletion src/de/mycrobase/jcloudapp/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public void doUploadFile() {
}

public void doAbout() {
String msg = "JCloudApp 1.0 (C) 2012 Christian Nicolai\n\n"
String msg = "JCloudApp 1.1.0 (C) 2012 Christian Nicolai\n\n"
+ "Easy uploading of screenshots and files to CloudApp (tm) - cross-plattform.";
JOptionPane.showMessageDialog(null, msg, "About", JOptionPane.INFORMATION_MESSAGE, IconNormal);
}
Expand Down

0 comments on commit 8d54e6b

Please sign in to comment.