Skip to content

Commit

Permalink
Version 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Jul 1, 2021
1 parent be1e04d commit 5a3156e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project, add the following to the `dependencies` section in your `pom.xml` file:
<dependency>
<groupId>com.upokecenter</groupId>
<artifactId>cbor</artifactId>
<version>4.4.2</version>
<version>4.4.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.upokecenter</groupId>
<artifactId>cbor</artifactId>
<packaging>jar</packaging>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.4</version>
<name>CBOR (Concise Binary Object Representation)</name>
<description>A Java implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.</description>
<url>https://github.com/peteroupc/CBOR-Java</url>
Expand Down

0 comments on commit 5a3156e

Please sign in to comment.