File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ Binaries will be placed in `target`.
59
59
60
60
## Changelog
61
61
62
+ #### 0.6.1 - 2014-09-09
63
+
64
+ * Fixed device detection logic (issue #12 , #13 )
65
+
62
66
#### n/a - 2013-11-16
63
67
64
68
* Now available via Maven Central
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ TEST_JARS = JARS + add_artifacts('commons-lang:commons-lang:jar:2.5')
18
18
desc 'UASparser'
19
19
define 'UASparser' do
20
20
project . group = 'cz.mallat.uasparser'
21
- project . version = '0.6.0 '
21
+ project . version = '0.6.1 '
22
22
23
23
compile . with JARS
24
24
test . with TEST_JARS
Original file line number Diff line number Diff line change 7
7
<groupId >cz.mallat.uasparser</groupId >
8
8
<artifactId >uasparser</artifactId >
9
9
10
- <version >0.6.0 </version >
10
+ <version >0.6.1 </version >
11
11
<packaging >jar</packaging >
12
12
13
13
<name >UASparser</name >
You can’t perform that action at this time.
0 commit comments