2 کامیت‌ها 9fe1521e41 ... 1892183a3a

نویسنده SHA1 پیام تاریخ
  Wojciech Karpiel 1892183a3a post v0.9 release 10 ماه پیش
  Wojciech Karpiel 6455027652 Release v0.0 10 ماه پیش
3فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 2 0
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      pom.xml

+ 2 - 0
CHANGELOG.md

@@ -1,5 +1,7 @@
 # Changelog
 
+## 0.10
+
 ## 0.9
 
 * Performance improvement: search tree pruning

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ Add following dependency to your project
 <dependency>
   <groupId>pl.wojciechkarpiel</groupId>
   <artifactId>jhou</artifactId>
-  <version>0.8</version>
+  <version>0.10-SNAPSHOT</version>
 </dependency>
 ```
 

+ 1 - 1
pom.xml

@@ -6,7 +6,7 @@
 
     <groupId>pl.wojciechkarpiel</groupId>
     <artifactId>jhou</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <packaging>jar</packaging>
 
     <name>${project.groupId}:${project.artifactId}</name>