Skip to content

Commit

Permalink
0.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
uakihir0 committed Jan 27, 2025
1 parent 31321d2 commit 8000c26
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ repositories {
}

dependencies {
+ implementation("work.socialhub.kbsky:core:0.2.0")
+ implementation("work.socialhub.kbsky:auth:0.2.0")
+ implementation("work.socialhub.kbsky:stream:0.2.0")
+ implementation("work.socialhub.kbsky:core:0.3.0")
+ implementation("work.socialhub.kbsky:auth:0.3.0")
+ implementation("work.socialhub.kbsky:stream:0.3.0")
}
```

Expand All @@ -43,9 +43,9 @@ repositories {
}

dependencies {
+ implementation("work.socialhub.kbsky:core:0.3.0-SNAPSHOT")
+ implementation("work.socialhub.kbsky:auth:0.3.0-SNAPSHOT")
+ implementation("work.socialhub.kbsky:stream:0.3.0-SNAPSHOT")
+ implementation("work.socialhub.kbsky:core:0.4.0-SNAPSHOT")
+ implementation("work.socialhub.kbsky:auth:0.4.0-SNAPSHOT")
+ implementation("work.socialhub.kbsky:stream:0.4.0-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

allprojects {
group = "work.socialhub.kbsky"
version = "0.3.0-SNAPSHOT"
version = "0.4.0-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
10 changes: 6 additions & 4 deletions docs/README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ repositories {
}

dependencies {
+ implementation("work.socialhub.kbsky:core:0.2.0")
+ implementation("work.socialhub.kbsky:stream:0.2.0")
+ implementation("work.socialhub.kbsky:core:0.3.0")
+ implementation("work.socialhub.kbsky:auth:0.3.0")
+ implementation("work.socialhub.kbsky:stream:0.3.0")
}
```

Expand All @@ -41,8 +42,9 @@ repositories {
}

dependencies {
+ implementation("work.socialhub.kbsky:core:0.3.0-SNAPSHOT")
+ implementation("work.socialhub.kbsky:stream:0.3.0-SNAPSHOT")
+ implementation("work.socialhub.kbsky:core:0.4.0-SNAPSHOT")
+ implementation("work.socialhub.kbsky:auth:0.4.0-SNAPSHOT")
+ implementation("work.socialhub.kbsky:stream:0.4.0-SNAPSHOT")
}
```

Expand Down

0 comments on commit 8000c26

Please sign in to comment.