Skip to content

Commit

Permalink
Merge pull request #31 from batoulapps/bump_version
Browse files Browse the repository at this point in the history
Bump version to 1.2.1
  • Loading branch information
ahmedre authored Mar 6, 2021
2 parents 4087faf + cd4f1ec commit eefc4ed
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 @@ -13,7 +13,7 @@ Implementations of Adhan in other languages can be found in the parent repo [Adh
### Gradle

```
implementation 'com.batoulapps.adhan:adhan:1.2.0'
implementation 'com.batoulapps.adhan:adhan:1.2.1'
```

### Maven
Expand All @@ -22,7 +22,7 @@ implementation 'com.batoulapps.adhan:adhan:1.2.0'
<dependency>
<groupId>com.batoulapps.adhan</groupId>
<artifactId>adhan</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.batoulapps.adhan
VERSION_NAME=1.2.0
VERSION_NAME=1.2.1

POM_DESCRIPTION=A high precision Islamic prayer times library
POM_URL=https://github.com/batoulapps/adhan-java/
Expand Down

0 comments on commit eefc4ed

Please sign in to comment.