Skip to content

Commit

Permalink
Bumped up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aminography committed Dec 29, 2021
1 parent 8743d54 commit c391844
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 @@ -27,7 +27,7 @@ Add the following lines to your `build.gradle` file:

```gradle
dependencies {
implementation 'com.aminography:primecalendar:1.6.0'
implementation 'com.aminography:primecalendar:1.7.0'
}
```

Expand All @@ -39,7 +39,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.aminography</groupId>
<artifactId>primecalendar</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// semantic versioning
def semantic = [
'major': 1,
'minor': 6,
'minor': 7,
'patch': 0,
]
ext.libVersion = [
Expand Down

0 comments on commit c391844

Please sign in to comment.