Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
really bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Apr 12, 2019
1 parent 5082f5a commit 9a79856
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
}

group 'io.kweb'
version '0.4.7'
version '0.4.8'

apply plugin: 'java'

Expand Down
15 changes: 0 additions & 15 deletions src/main/kotlin/io/kweb/demos/todo/todoApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@ val plugins = listOf(fomanticUIPlugin)

fun main() {

Kweb(port = 1245) {
doc.body.new {
val i1 = input(placeholder = "Type here")

val i2 = input(placeholder = "Or here")

val commonString = KVar("")

i1.value = commonString
i2.value = commonString
}
}

Thread.sleep(100000)

/** Create a Kweb instance, and configure it to use the Semantic
* UI framework. Build a simple to-do list app listening on
* http://localhost:7659/
Expand Down

0 comments on commit 9a79856

Please sign in to comment.