Skip to content

Commit

Permalink
Project: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusso96 committed Nov 21, 2019
1 parent e466d68 commit 9a9dc5a
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 @@ -16,15 +16,15 @@ A simple Java library to search for books.
Add the library to dependencies

dependencies {
compile 'com.github.lrusso96:simple-biblio:0.3.0'
compile 'com.github.lrusso96:simple-biblio:0.4.0'
}

#### Maven

<dependency>
<groupId>com.github.lrusso96</groupId>
<artifactId>simple-biblio</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>

## Examples
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'lrusso96'
version '0.3.0'
version '0.4.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 9a9dc5a

Please sign in to comment.