From df7015722aa8a520c81c048e1c29d7e2d53c7001 Mon Sep 17 00:00:00 2001 From: Matthew Dean Date: Tue, 12 May 2015 17:37:45 -0400 Subject: [PATCH] Create version v0.7.1 --- build.gradle | 2 +- src/main/java/net/dean/jraw/Version.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ca82747f3..404c471ba 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ ext { allprojects { sourceCompatibility = 1.7 group = 'net.dean.jraw' - version = '0.7.0.3' + version = '0.7.1' repositories { mavenCentral() diff --git a/src/main/java/net/dean/jraw/Version.java b/src/main/java/net/dean/jraw/Version.java index 2a73eb805..9254c08d2 100644 --- a/src/main/java/net/dean/jraw/Version.java +++ b/src/main/java/net/dean/jraw/Version.java @@ -6,7 +6,7 @@ public class Version { /** If the 'build' field is equal to this constant, then it will be excluded in {@link #formatted()}. */ public static final int EXCLUDE = -1; - private static final Version INSTANCE = new Version(0, 7, 0, 3); + private static final Version INSTANCE = new Version(0, 7, 1); /** Gets the current version of the library */ public static Version get() {