Skip to content

Commit

Permalink
Project: Bump version number to 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leosarra committed Apr 4, 2019
1 parent d73a74c commit c255b65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OpenStud Driver can be easily added to your existing project through Maven or Gr
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
<url>https://jitpack.io</url>
</repository>
</repositories>
```
Expand All @@ -34,7 +34,7 @@ OpenStud Driver can be easily added to your existing project through Maven or Gr
<dependency>
<groupId>com.github.LithiumSR</groupId>
<artifactId>openstud_driver</artifactId>
<version>0.54.1</version>
<version>0.55.0</version>
</dependency>
```

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

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>lithium.openstud.driver</groupId>
<artifactId>openstud-driver</artifactId>
<version>0.54.1</version>
<version>0.55.0</version>

<name>openstud-driver</name>

Expand Down

0 comments on commit c255b65

Please sign in to comment.