Skip to content

Commit

Permalink
Up to version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmjsjx committed Jun 28, 2024
1 parent 9f73043 commit 6d49184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>bson-model-bom</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -58,7 +58,7 @@ repositories {
dependencies {
// 版本控制
implementation platform('com.github.fmjsjx:bson-model-bom:2.1.0')
implementation platform('com.github.fmjsjx:bson-model-bom:2.1.1')
// 核心库
implementation 'com.github.fmjsjx:bson-model-core'
// 代码生成器
Expand All @@ -73,7 +73,7 @@ repositories {

dependencies {
// 版本控制
implementation(platform("com.github.fmjsjx:bson-model-bom:2.1.0"))
implementation(platform("com.github.fmjsjx:bson-model-bom:2.1.1"))
// 核心库
implementation("com.github.fmjsjx:bson-model-core")
// 代码生成器
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.github.fmjsjx"
version = "2.1.0"
version = "2.1.1"

publishing {
repositories {
Expand Down

0 comments on commit 6d49184

Please sign in to comment.