From 249e6c55f9bd8638928fb2ba6b5aa183dcf4bba2 Mon Sep 17 00:00:00 2001 From: Luke Spragg Date: Thu, 11 Dec 2014 17:50:01 -0500 Subject: [PATCH] Update version to 1.0.0-SNAPSHOT for release --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a10ecf8..74e88ee 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you're using [Maven](https://maven.apache.org/download.html) to manage projec com.flowpowered flow-math - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT If you're using [Gradle](https://www.gradle.org/) to manage project dependencies, simply include the following in your `build.gradle` file: @@ -50,7 +50,7 @@ If you're using [Gradle](https://www.gradle.org/) to manage project dependencies mavenCentral() } dependencies { - compile 'com.flowpowered:flow-math:0.1.0-SNAPSHOT' + compile 'com.flowpowered:flow-math:1.0.0-SNAPSHOT' } If you plan on using snapshots and do not already have the snapshot repo in your repository list, you will need to add this as well: diff --git a/pom.xml b/pom.xml index 1c29a60..25062fd 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ Flow Math com.flowpowered flow-math - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT jar 2013 https://flowpowered.com