Skip to content

Commit f2f14ed

Browse files
committed
Update version number
1 parent fcc0752 commit f2f14ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To add this library to a Maven project, add the following to the `dependencies`
1616
<dependency>
1717
<groupId>com.augustcellars.cose</groupId>
1818
<artifactId>cose-java</artifactId>
19-
<version>0.9.3</version>
19+
<version>0.9.4</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.augustcellars.cose</groupId>
88
<artifactId>cose-java</artifactId>
9-
<version>0.9.4-snapshot</version>
9+
<version>0.9.4</version>
1010

1111
<name>com.augustcellars.cose:cose-java</name>
1212
<description>A Java implementation that supports the COSE secure message specification.</description>

0 commit comments

Comments
 (0)