Skip to content

Commit 7c06daf

Browse files
committed
bumped version to 0.6.1
1 parent f76d702 commit 7c06daf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Binaries will be placed in `target`.
5959

6060
## Changelog
6161

62+
#### 0.6.1 - 2014-09-09
63+
64+
* Fixed device detection logic (issue #12, #13)
65+
6266
#### n/a - 2013-11-16
6367

6468
* Now available via Maven Central

buildfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TEST_JARS = JARS + add_artifacts('commons-lang:commons-lang:jar:2.5')
1818
desc 'UASparser'
1919
define 'UASparser' do
2020
project.group = 'cz.mallat.uasparser'
21-
project.version = '0.6.0'
21+
project.version = '0.6.1'
2222

2323
compile.with JARS
2424
test.with TEST_JARS

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>cz.mallat.uasparser</groupId>
88
<artifactId>uasparser</artifactId>
99

10-
<version>0.6.0</version>
10+
<version>0.6.1</version>
1111
<packaging>jar</packaging>
1212

1313
<name>UASparser</name>

0 commit comments

Comments
 (0)