Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezaashrafi committed Jan 4, 2018
1 parent 7c20a80 commit 7d79f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<h6 dir="rtl" id="">این کد را به build.gradle ماژول خود اضافه کنید</h6>

```java
compile 'com.github.alirezaashrafi:webi:4.0.0'
compile 'com.github.alirezaashrafi:webi:4.1.0'
```

<h3 dir="rtl" id="maven">Maven</h3>
Expand All @@ -67,7 +67,7 @@
<dependency>
<groupId>com.github.alirezaashrafi</groupId>
<artifactId>webi</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
```
###### add this line to your module build.gradle dependecies block:
```java
compile 'com.github.alirezaashrafi:webi:4.0.0'
compile 'com.github.alirezaashrafi:webi:4.1.0'
```

### Maven
Expand All @@ -56,7 +56,7 @@
<dependency>
<groupId>com.github.alirezaashrafi</groupId>
<artifactId>webi</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
```
---
Expand Down

0 comments on commit 7d79f18

Please sign in to comment.