Skip to content

Commit

Permalink
1.0.0-alpha.49
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrishchenko committed Dec 27, 2024
1 parent 5e60021 commit d3ad108
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gradle plugin for Kotlin Gradle projects:

```kotlin
plugins {
id("io.github.sgrishchenko.karakum") version "1.0.0-alpha.49"
id("io.github.sgrishchenko.karakum") version "1.0.0-alpha.50"
}
```

Expand Down
2 changes: 1 addition & 1 deletion examples/kotlin-js-file-download/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": " karakum --config karakum.config.json"
},
"devDependencies": {
"karakum": "^1.0.0-alpha.49",
"karakum": "^1.0.0-alpha.50",
"typescript": "^5.1.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = io.github.sgrishchenko
version = 1.0.0-alpha.49
version = 1.0.0-alpha.50

kotlinVersion = 2.0.0
publishVersion = 1.2.1
Expand Down

0 comments on commit d3ad108

Please sign in to comment.