Skip to content

Commit 0f444a0

Browse files
fsiegristchetan
authored andcommitted
updated changelog and version
1 parent 3f18596 commit 0f444a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Windows NT 5.1; )");
4040

4141
## Changelog
4242

43+
#### 0.6.0 - 2013-10-08
44+
45+
* added support for the [device] and [device_reg] sections
46+
4347
#### 0.5.0 - 2013-05-29
4448

4549
* Handle version API errors (issue #3)

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.5.0'
21+
project.version = '0.6.0'
2222

2323
compile.with JARS
2424
test.with TEST_JARS

0 commit comments

Comments
 (0)