Skip to content

Commit

Permalink
Merge pull request #94 from epam/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
agdavydov81 authored Apr 12, 2024
2 parents 303f622 + d03102e commit cc51cbc
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 @@ -19,7 +19,7 @@ DFP uses Java long to represent base-10 floating point numbers. DFP is based on

Add dependency (Gradle):
```
implementation 'com.epam.deltix:dfp:1.0.2'
implementation 'com.epam.deltix:dfp:1.0.3'
```
Use:
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.0.3-SNAPSHOT
version=1.0.4-SNAPSHOT
valueTypesVersion=0.9.4

0 comments on commit cc51cbc

Please sign in to comment.