Skip to content

Commit

Permalink
Released 1.9.4-b2. #25
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Oct 29, 2016
1 parent 2380df3 commit 59d1523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#### 1.9.4-SNAPSHOT

#### 1.9.4-b2

- **[FEATURE]** (`ktx-actors`) Added `Actor.onKeyUp` and `Actor.onKeyDown` extension methods that attach
`EventListener` implementations listening to `InputEvent` instances.
- **[FEATURE]** (`ktx-app`) Implemented `ktx-app` module.
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ subprojects {
}

jar {
from project.sourceSets.main.allSource
from project.sourceSets.main.output
baseName = archivesBaseName
}
Expand Down

0 comments on commit 59d1523

Please sign in to comment.