File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
4747If 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
5656If 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:
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments