Fix version number (0.4.9.2 -> 0.4.9.6)

This commit is contained in:
Manfred Karrer 2016-10-04 20:51:41 +02:00
parent 5ce77ebc3f
commit 53c160f54a
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>io.bitsquare</groupId> <groupId>io.bitsquare</groupId>
<version>0.4.9.2</version> <version>0.4.9.6</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View file

@ -150,7 +150,7 @@
<dependency> <dependency>
<groupId>io.bitsquare</groupId> <groupId>io.bitsquare</groupId>
<artifactId>api</artifactId> <artifactId>api</artifactId>
<version>0.4.9.2</version> <version>0.4.9.6</version>
</dependency> </dependency>
</dependencies> </dependencies>