Skip to content

Commit

Permalink
🎉 Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Oct 7, 2024
1 parent 2ae3810 commit acccbb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories {
}
dependencies {
implementation 'com.github.sya-ri:kgit:1.0.6'
implementation 'com.github.sya-ri:kgit:1.1.0'
}
```

Expand All @@ -57,7 +57,7 @@ repositories {
}

dependencies {
implementation("com.github.sya-ri:kgit:1.0.6")
implementation("com.github.sya-ri:kgit:1.1.0")
}
```

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

group = "com.github.syari.kgit"
version = "1.0.6"
version = "1.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit acccbb4

Please sign in to comment.