Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Changed version to 0.4.0
Browse files Browse the repository at this point in the history
Also, fixed readme dependencies version
  • Loading branch information
agcom committed Sep 26, 2020
1 parent fa99bfd commit 8214a07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Currently, only supports **Kotlinx serialization runtime 0.20.0**.
}
dependencies {
implementation 'com.github.agcom.bson:bson-serialization:1.0.1' // The bson serialization library
implementation 'com.github.agcom.bson:bson-mongodb:1.0.1' // MongoDB driver extensions
implementation 'com.github.agcom.bson:bson-serialization:0.4.0' // The bson serialization library
implementation 'com.github.agcom.bson:bson-mongodb:0.4.0' // MongoDB driver extensions
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ subprojects {
apply plugin: 'kotlin'

group = 'com.github.agcom.bson'
version = '0.3.0'
version = '0.4.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion mongodb/mongodb.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bintray {
name = 'mongodb'
version {
name = project.version.toString()
desc = 'Polishing the first release'
desc = 'Patch to deal with org.bson.BSONException'
released = new Date()
vcsTag = "v${project.version.toString()}"
}
Expand Down
2 changes: 1 addition & 1 deletion serialization/serialization.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bintray {
name = 'serialization'
version {
name = project.version.toString()
desc = 'Polishing the first release'
desc = 'Patch to deal with org.bson.BSONException'
released = new Date()
vcsTag = "v${project.version.toString()}"
}
Expand Down

0 comments on commit 8214a07

Please sign in to comment.