Skip to content

Commit

Permalink
Bump 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Nov 13, 2017
1 parent 87104b0 commit 5d03c3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([GoogleAuth], [1.2.0-SNAPSHOT], [[email protected]])
AC_INIT([GoogleAuth], [1.1.3], [[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.2.0-SNAPSHOT</version>
<version>1.1.3</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* library.
*
* @author Enrico M. Crisostomo
* @version 1.2.0
* @version 1.1.3
* @see GoogleAuthenticator
* @since 1.0.0
*/
Expand Down

0 comments on commit 5d03c3c

Please sign in to comment.