Skip to content

Commit d8184c3

Browse files
committed
Update version to 1.0.3
1 parent 39ef318 commit d8184c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you're using [Maven](https://maven.apache.org/download.html) to manage projec
4141
<dependency>
4242
<groupId>com.flowpowered</groupId>
4343
<artifactId>flow-math</artifactId>
44-
<version>1.0.3-SNAPSHOT</version>
44+
<version>1.0.3</version>
4545
</dependency>
4646

4747
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
5050
mavenCentral()
5151
}
5252
dependencies {
53-
compile 'com.flowpowered:flow-math:1.0.3-SNAPSHOT'
53+
compile 'com.flowpowered:flow-math:1.0.3'
5454
}
5555

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

pom.xml

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

0 commit comments

Comments
 (0)