Skip to content

Commit

Permalink
Project: Bump version number (-> 0.60.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
matypist committed Oct 8, 2024
1 parent d75dd2c commit 69a04dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenStud Driver [![Build Status](https://travis-ci.com/LithiumSR/openstud_driver.svg?branch=master)](https://travis-ci.com/LithiumSR/openstud_driver) [![CodeFactor](https://www.codefactor.io/repository/github/lithiumsr/openstud_driver/badge)](https://www.codefactor.io/repository/github/lithiumsr/openstud_driver) [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/LithiumSR/openstud_driver.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/LithiumSR/openstud_driver/context:java) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
# OpenStud Driver [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

OpenStud Driver is Java Libary to obtain infos from Sapienza University's Infostud.
OpenStud Driver is a Java Library to obtain infos from Sapienza University's Infostud 2.0.

This library is thread-safe and Android-friendly.

Expand Down Expand Up @@ -34,7 +34,7 @@ OpenStud Driver can be easily added to your existing project through Maven or Gr
<dependency>
<groupId>com.github.matypist</groupId>
<artifactId>openstud_driver</artifactId>
<version>0.60.3</version>
<version>0.60.5</version>
</dependency>
```

Expand All @@ -51,7 +51,7 @@ allprojects {
2) Add the dependency
```
dependencies {
implementation 'com.github.matypist:openstud_driver:0.60.3'
implementation 'com.github.matypist:openstud_driver:0.60.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>matypist.openstud.driver</groupId>
<artifactId>openstud-driver</artifactId>
<version>0.60.3</version>
<version>0.60.5</version>

<name>openstud-driver</name>

Expand Down

0 comments on commit 69a04dc

Please sign in to comment.