Skip to content

Commit

Permalink
Merge pull request #7 from austinarbor/release-0.0.2
Browse files Browse the repository at this point in the history
Prepare Release 0.0.2
  • Loading branch information
austinarbor authored Apr 2, 2023
2 parents 17be30e + 3d45390 commit f17eba6
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 @@ -33,7 +33,7 @@ repositories {
}
dependencies {
implementation 'dev.aga:sfm-jooq-kotlin:0.0.1'
implementation 'dev.aga:sfm-jooq-kotlin:0.0.2'
}
```

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

dependencies {
implementation("dev.aga:sfm-jooq-kotlin:0.0.1")
implementation("dev.aga:sfm-jooq-kotlin:0.0.2")
}
```

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

group = "dev.aga"
version = "0.0.1"
version = "0.0.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit f17eba6

Please sign in to comment.