Skip to content

Commit

Permalink
bump all version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ctongfei committed Dec 23, 2019
1 parent cc87b5f commit 8d50d4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For Consolas or Andale Mono fonts, use `ProgressBarStyle.ASCII` because the box-

#### Documentation
- [Documentation](http://ctongfei.github.io/progressbar/)
- [Javadoc](https://javadoc.io/doc/me.tongfei/progressbar/0.7.4)
- [Javadoc](https://javadoc.io/doc/me.tongfei/progressbar/0.8.0)


#### Installation
Expand All @@ -27,7 +27,7 @@ Maven:
<dependency>
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
<version>0.7.4</version>
<version>0.8.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Depending on your build tool, add the following setting.
<dependency>
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
<version>0.7.4</version>
<version>0.8.0</version>
</dependency>
```

``` groovy fct_label="Gradle"
compile 'me.tongfei:progressbar:0.7.4'
compile 'me.tongfei:progressbar:0.8.0'
```

#### Getting started
Expand Down

0 comments on commit 8d50d4f

Please sign in to comment.