Skip to content

Commit

Permalink
Minor fixes for latest release build
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorereddy committed Aug 3, 2017
1 parent 21cd5d1 commit 6885adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fun main(args: Array<String>): Unit {
enc = AppEncryptor
)
val ctx = AppEntContext.fromAppContext(ctxRaw)

// =========================================================================
// 2: Setup the entity services
// =========================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/lib/kotlin/slatekit-common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

group 'com.slatekit'
version '0.9.4-SNAPSHOT'
version '0.9.4'

apply plugin: 'java'
apply plugin: 'kotlin'
Expand Down

0 comments on commit 6885adf

Please sign in to comment.