Skip to content

Commit 3a706cd

Browse files
committed
updates version to 1.0.0
updates readme
1 parent 82b3af2 commit 3a706cd

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## v0.9.3
3+
## v1.0.0
44
* will not prompt user on install if only 1 device present and only 1 apk to install
55

66
## v0.9.2

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ This should run on any Windows, Mac or Linux machine,
3939

4040
### Using the *.exe Launcher
4141

42-
[Launch4J](http://launch4j.sourceforge.net/) is used to wrap the `.jar` into an Windows executable. It should automatically download the needed JRE if required. If a single argument will be passed (ie. a path) the tool will automatically install if it is an `.apk` (or folder with apks), so you can use it to drag an `.apk` over the `.exe` or use it to "Open with..." to automatically install an apk if double clicked.
42+
![logo](misc/icon_sm.png)
43+
44+
[Launch4J](http://launch4j.sourceforge.net/) is used to wrap the `.jar` into an Windows executable. It should automatically download the needed JRE if required. If a single argument will be passed (ie. a path) the tool will automatically install if it is an `.apk` (or folder with apks), so you can use it to drag an `.apk` over the `.exe` or use it to "Open with..." to automatically install an apk if double clicked.
4345

4446
## Demo
4547

File renamed without changes.

misc/icon.png

20.9 KB
Loading

misc/icon_sm.png

2.99 KB
Loading

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>at.favre.tools</groupId>
88
<artifactId>uber-adb-tools</artifactId>
9-
<version>0.9.3</version>
9+
<version>1.0.0</version>
1010

1111
<prerequisites>
1212
<maven>3.1.0</maven>
@@ -113,7 +113,7 @@
113113
<configuration>
114114
<headerType>console</headerType>
115115
<outfile>target/uadb.exe</outfile>
116-
<icon>icon.ico</icon>
116+
<icon>misc/icon.ico</icon>
117117
<jar>target/uber-adb-tools-${project.version}.jar</jar>
118118
<errTitle>uadb</errTitle>
119119
<classPath>

0 commit comments

Comments
 (0)