Skip to content

Commit

Permalink
Bumped version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTalmadge committed Aug 10, 2017
1 parent aca8e8d commit 680c373
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 @@ -28,13 +28,13 @@ This library originated as a port of the JavaScript library [kroitor/asciichart]
<dependency>
<groupId>com.mitchtalmadge</groupId>
<artifactId>asciigraph</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

**Gradle:**
```
compile 'com.mitchtalmadge:asciigraph:1.0.2'
compile 'com.mitchtalmadge:asciigraph:1.0.3'
```

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

<groupId>com.mitchtalmadge</groupId>
<artifactId>asciigraph</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>

<name>ASCIIGraph</name>
<description>A small Java library for producing nice looking ASCII line ╭┈╯ graphs.</description>
Expand Down

0 comments on commit 680c373

Please sign in to comment.