We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f85af commit ff7435eCopy full SHA for ff7435e
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ More infos about this file : http://keepachangelog.com/
6
7
## [Unreleased] - no_due_date
8
9
+## [v1.0.3] - 2019.04.26
10
+
11
- **Try to fix non ASCII character**
12
13
## [v1.0.2] - 2019.04.10
README.md
@@ -25,7 +25,7 @@ In your `Jarfile`:
25
```ruby
26
source 'https://dl.bintray.com/colisweb/maven'
27
28
-jar 'com.colisweb:JRubyConcurrentConstantMemoryExcel_2.12', '1.0.2'
+jar 'com.colisweb:JRubyConcurrentConstantMemoryExcel_2.12', '1.0.3'
29
```
30
31
Usage
0 commit comments