Skip to content

Commit

Permalink
1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-s committed Sep 29, 2016
1 parent feff2dd commit 27d1458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Kotlin implementation of [Groovy Truth](http://groovy-lang.org/semantics.html#Gr

```
if(truthy("")) //false
if(truthy(" ")) //false
if(truthy("hello, world")) //true
if(truthy(" ")) //false
if(truthy("hello, world")) //true
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group 'com.joel'
group 'com.joelws'
version '1.0'

buildscript {
Expand Down

0 comments on commit 27d1458

Please sign in to comment.