Skip to content

Commit e30e682

Browse files
author
Chris Sanders
committed
Update version to 1.0 release
Signed-off-by: Chris Sanders <[email protected]>
1 parent 286acc8 commit e30e682

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defaultTasks 'licenseFormat', 'check', 'build'
2222
// Basic project information
2323
group = 'org.spongepowered'
2424
archivesBaseName = 'spongeapi'
25-
version = '1.0.0-SNAPSHOT'
25+
version = '1.0'
2626

2727
// Extended project information
2828
ext.projectName = 'SpongeAPI'

pluginWorkspace.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gradle users place the following in your build.gradle:
3333
}
3434
3535
dependencies {
36-
compile "org.spongepowered:spongeapi:1.0.0"
36+
compile "org.spongepowered:spongeapi:1.0"
3737
}
3838
3939
Maven
@@ -61,6 +61,6 @@ Maven users place the following in your pom.xml:
6161
<dependency>
6262
<groupId>org.spongepowered</groupId>
6363
<artifactId>spongeapi</artifactId>
64-
<version>1.0.0</version>
64+
<version>1.0</version>
6565
</dependency>
6666
</dependencies>

0 commit comments

Comments
 (0)