Skip to content

Commit

Permalink
change version name
Browse files Browse the repository at this point in the history
  • Loading branch information
awidesky committed Aug 12, 2021
1 parent 0b81141 commit cc79fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--ANT 1.7 is required-->
<property name="dir.buildfile" value="."/>

<property name="version" value="v1.6.0"/>
<property name="version" value="v1.6.1"/>
<property name="target" value="1.8"/>
<property name="source" value="1.8"/>
<property name="debuglevel" value="source,lines,vars"/>
Expand Down
2 changes: 1 addition & 1 deletion src/com/awidesky/YoutubeClipboardAutoDownloader/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class Main {

private static volatile int taskNum = 0;

public static final String version = "v1.6.0";
public static final String version = "v1.6.1";

public static void main(String[] args) {

Expand Down

0 comments on commit cc79fe5

Please sign in to comment.