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

Commit

Permalink
JCloudApp 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cn committed Aug 30, 2012
1 parent c6692e8 commit 6f1e7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -24,7 +24,7 @@
<property name="lib.dir" value="libs"/>
<property name="src.dir" value="src"/>

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

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

public void doAbout() {
String msg = "JCloudApp (C) 2011 Christian Nicolai\n\n"
String msg = "JCloudApp 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 6f1e7a1

Please sign in to comment.