Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Apr 20, 2018
1 parent 761266f commit 7e50d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Grammar grammar = ...
grammar.flatten();
```

While the possible outputs follow the same (defined) structure, there's a great variety that can be achieved:
While the possible outputs follow the same (defined) structure, there's a great variety in what can be achieved:

```
Good day! My name is Helen. I'm your virtual assistant for today. What may I do for you? You can ask for Helen next time you need help. Take care!
Expand Down Expand Up @@ -118,14 +118,14 @@ Hello! The name's Alice. How do you do? I'll be your digital assistant today. Ho
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>grammy</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

### Gradle

```
compile 'com.github.almasb:grammy:0.0.1'
compile 'com.github.almasb:grammy:0.0.2'
```

### Uber-jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.almasb</groupId>
<artifactId>grammy</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 7e50d8e

Please sign in to comment.