We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f18596 commit 0f444a0Copy full SHA for 0f444a0
README.md
@@ -40,6 +40,10 @@ Windows NT 5.1; )");
40
41
## Changelog
42
43
+#### 0.6.0 - 2013-10-08
44
+
45
+* added support for the [device] and [device_reg] sections
46
47
#### 0.5.0 - 2013-05-29
48
49
* Handle version API errors (issue #3)
buildfile
@@ -18,7 +18,7 @@ TEST_JARS = JARS + add_artifacts('commons-lang:commons-lang:jar:2.5')
18
desc 'UASparser'
19
define 'UASparser' do
20
project.group = 'cz.mallat.uasparser'
21
- project.version = '0.5.0'
+ project.version = '0.6.0'
22
23
compile.with JARS
24
test.with TEST_JARS
0 commit comments