Skip to content

Commit c027e13

Browse files
committed
Bump version to 1.0.0 for release
1 parent 64bd5a1 commit c027e13

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you're using [Maven](https://maven.apache.org/download.html) to manage projec
5151
<dependency>
5252
<groupId>com.flowpowered</groupId>
5353
<artifactId>flow-network</artifactId>
54-
<version>1.0.0-SNAPSHOT</version>
54+
<version>1.0.0</version>
5555
</dependency>
5656

5757
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
6060
mavenCentral()
6161
}
6262
dependencies {
63-
compile 'com.flowpowered:flow-network:1.0.0-SNAPSHOT'
63+
compile 'com.flowpowered:flow-network:1.0.0'
6464
}
6565

6666
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:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'signing'
1313
ext.projectName = 'Flow Network'
1414
group = 'com.flowpowered'
1515
archivesBaseName = 'flow-network'
16-
version = '1.0.0-SNAPSHOT'
16+
version = '1.0.0'
1717
ext.packaging = 'jar'
1818
ext.inceptionYear = '2013'
1919
ext.url = 'https://flowpowered.com/network'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>Flow Network</name>
77
<groupId>com.flowpowered</groupId>
88
<artifactId>flow-network</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<packaging>jar</packaging>
1111
<inceptionYear>2013</inceptionYear>
1212
<url>https://flowpowered.com/network</url>

0 commit comments

Comments
 (0)