We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5907ad0 commit 4f1b664Copy full SHA for 4f1b664
2 files changed
README.md
@@ -13,7 +13,7 @@ As Maven dependency.
13
<dependency>
14
<groupId>io.github.stscoundrel</groupId>
15
<artifactId>old-norse-dictionary</artifactId>
16
- <version>0.2.0</version> <!-- Note! Check latest release number -->
+ <version>0.2.1</version> <!-- Note! Check latest release number -->
17
</dependency>
18
```
19
pom.xml
@@ -6,7 +6,7 @@
6
7
8
<artifactId>oldnorse</artifactId>
9
- <version>0.2.0</version>
+ <version>0.2.1</version>
10
11
<name>old-norse-dictionary</name>
12
<description>Old Norse Dictionary for Scala / Java. From The Cleasby and Vigfusson Old Norse to English Dictionary.</description>
0 commit comments