Skip to content

Commit

Permalink
[Release] 0.1.3 - local run, errors-free Gradle import and more
Browse files Browse the repository at this point in the history
  • Loading branch information
TanVD committed Feb 8, 2020
1 parent 609587c commit 3e16f1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

# 0.1.3 - ???
# 0.1.3 - 2020-08-02
## Added
* Output to console URL of deployed application
* Support local start for Kotless DSL
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ plugins {
//Version of Kotlin should 1.3.50+
kotlin("jvm") version "1.3.50" apply true

id("io.kotless") version "0.1.2" apply true
id("io.kotless") version "0.1.3" apply true
}
```

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

dependencies {
implementation("io.kotless", "lang", "0.1.2")
implementation("io.kotless", "lang", "0.1.3")
//or for Ktor
//implementation("io.kotless", "ktor-lang", "0.1.2")
//implementation("io.kotless", "ktor-lang", "0.1.3")
}
```

Expand Down

0 comments on commit 3e16f1e

Please sign in to comment.