Skip to content

Commit 4e563e2

Browse files
committed
Version 2.5
1 parent abc5e88 commit 4e563e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ project, add the following to the `dependencies` section in your `pom.xml` file:
2525
<dependency>
2626
<groupId>com.upokecenter</groupId>
2727
<artifactId>cbor</artifactId>
28-
<version>2.4.1</version>
28+
<version>2.5</version>
2929
</dependency>
3030
```
3131

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.upokecenter</groupId>
55
<artifactId>cbor</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0-SNAPSHOT</version>
7+
<version>2.5</version>
88
<name>CBOR</name>
99
<description>
1010
A Java implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049. According to that RFC, CBOR's data model "is an extended version of the JSON data model", supporting many more types of data than JSON. This implementation was written by Peter O. and is released to the Public Domain under the CC0 Declaration.
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>com.github.peteroupc</groupId>
123123
<artifactId>numbers</artifactId>
124-
<version>0.2.1</version>
124+
<version>0.4.0</version>
125125
</dependency>
126126
</dependencies>
127127
</project>

0 commit comments

Comments
 (0)