Skip to content

Commit

Permalink
update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frhnfrq committed Dec 4, 2018
1 parent 4a0df40 commit 98d1fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ allprojects {
}
```

Add `implementation 'com.github.frhnfrq:MathView:1.0'` into **dependencies** section of your **module** build.gradle file. For example:
Add `implementation 'com.github.frhnfrq:MathView:1.1'` into **dependencies** section of your **module** build.gradle file. For example:

```groovy
dependencies {
implementation 'com.github.frhnfrq:MathView:1.0'
implementation 'com.github.frhnfrq:MathView:1.1'
}
```
## Usage
Expand Down

0 comments on commit 98d1fa4

Please sign in to comment.