Skip to content

Commit

Permalink
Bump v. 1.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Oct 23, 2019
1 parent 443719f commit 6db3ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([GoogleAuth], [1.4.0], [[email protected]])
AC_INIT([GoogleAuth], [1.5.0-SNAPSHOT], [[email protected]])
AC_CONFIG_AUX_DIR([config])

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

<groupId>com.warrenstrange</groupId>
<artifactId>googleauth</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 6db3ca6

Please sign in to comment.