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 e40b983 commit 848676dCopy full SHA for 848676d
History.md
@@ -1,4 +1,7 @@
1
# History
2
+## 1.2.5 / 2016-10-11
3
+* Fixing issue #147: Fix for issue #52 broke everything
4
+
5
## 1.2.4 / 2016-10-11
6
* Fixed issue #141: Jade4J does not support unbuffered code blocks
7
* Fixing issue #52: Includes in templates in paths with spaces
README.md
@@ -92,7 +92,7 @@ Just add following dependency definitions to your `pom.xml`.
92
<dependency>
93
<groupId>de.neuland-bfi</groupId>
94
<artifactId>jade4j</artifactId>
95
- <version>1.2.4</version>
+ <version>1.2.5</version>
96
</dependency>
97
```
98
0 commit comments