Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Nov 29, 2022
1 parent 91e2149 commit f9892b0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ First, add the dependency and the maven repositories in your script (make sure i
#!/usr/bin/env kotlin

@file:Repository("https://jitpack.io")
@file:Repository("https://maven.tryformation.com/releases")
// look up latest version number via jitpack and the github releases.
@file:DependsOn("com.github.jillesvangurp:kt-search-kts:0.1.x")
```
Expand Down
2 changes: 1 addition & 1 deletion scripts/cluster-status.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env kotlin

@file:Repository("https://jitpack.io")
@file:DependsOn("com.github.jillesvangurp:kt-search-kts:0.1.6")
@file:DependsOn("com.github.jillesvangurp:kt-search-kts:0.1.7")

import com.jillesvangurp.ktsearch.ClusterStatus
import com.jillesvangurp.ktsearch.clusterHealth
Expand Down
3 changes: 1 addition & 2 deletions scripts/create-data-stream.main.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env kotlin

@file:Repository("https://jitpack.io")
@file:Repository("https://maven.tryformation.com/releases")
@file:DependsOn("com.github.jillesvangurp:kt-search-kts:0.1.6")
@file:DependsOn("com.github.jillesvangurp:kt-search-kts:0.1.7")

import com.jillesvangurp.jsondsl.withJsonDsl
import com.jillesvangurp.ktsearch.*
Expand Down
3 changes: 1 addition & 2 deletions scripts/snapshots.main.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env kotlin

@file:Repository("https://jitpack.io")
@file:Repository("https://maven.tryformation.com/releases")
@file:DependsOn("com.github.jillesvangurp:kt-search-kts:0.1.6")
@file:DependsOn("com.github.jillesvangurp:kt-search-kts:0.1.7")

import com.jillesvangurp.ktsearch.DEFAULT_PRETTY_JSON
import com.jillesvangurp.ktsearch.kts.addClientParams
Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#### suppress inspection "SpellCheckingInspection" for whole file
#### suppress inspection "UnusedProperty" for whole file

version.com.github.jillesvangurp.kt-search..search-client=1.99.14
version.com.github.jillesvangurp.kt-search..search-client=1.99.15

version.junit.jupiter=5.9.1

Expand Down

0 comments on commit f9892b0

Please sign in to comment.