diff --git a/README.md b/README.md
index ec4b824..5abc660 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ If you're using [Maven](https://maven.apache.org/download.html) to manage projec
com.flowpowered
flow-network
- 1.0.0-SNAPSHOT
+ 1.0.0
If you're using [Gradle](https://www.gradle.org/) to manage project dependencies, simply include the following in your `build.gradle` file:
@@ -60,7 +60,7 @@ If you're using [Gradle](https://www.gradle.org/) to manage project dependencies
mavenCentral()
}
dependencies {
- compile 'com.flowpowered:flow-network:1.0.0-SNAPSHOT'
+ compile 'com.flowpowered:flow-network:1.0.0'
}
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/build.gradle b/build.gradle
index 31c65be..8bc8780 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ apply plugin: 'signing'
ext.projectName = 'Flow Network'
group = 'com.flowpowered'
archivesBaseName = 'flow-network'
-version = '1.0.0-SNAPSHOT'
+version = '1.0.0'
ext.packaging = 'jar'
ext.inceptionYear = '2013'
ext.url = 'https://flowpowered.com/network'
diff --git a/pom.xml b/pom.xml
index db31422..b7f7a77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
Flow Network
com.flowpowered
flow-network
- 1.0.0-SNAPSHOT
+ 1.0.0
jar
2013
https://flowpowered.com/network