Use + for buildnumbers in version + update README badge

This commit is contained in:
raoulvdberge
2019-11-04 23:53:51 +01:00
parent 16d200b297
commit 7953d15186
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Refined Storage [![Build Status](https://jenkins.raoulvdberge.com/buildStatus/icon?job=refinedstorage)](https://jenkins.raoulvdberge.com/job/refinedstorage/) [![CurseForge](http://cf.way2muchnoise.eu/full_243076_downloads.svg)](http://minecraft.curseforge.com/projects/refined-storage)
# Refined Storage [![Build Status](https://jenkins.raoulvdberge.com/buildStatus/icon?job=refinedstorage-mc1.14)](https://jenkins.raoulvdberge.com/job/refinedstorage/) [![CurseForge](http://cf.way2muchnoise.eu/full_243076_downloads.svg)](http://minecraft.curseforge.com/projects/refined-storage)
**Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.**

View File

@@ -25,7 +25,7 @@ apply plugin: 'maven-publish'
version = '1.7.1'
def env = System.getenv()
if (env.BUILD_NUMBER) {
version = version + "-" + "${env.BUILD_NUMBER}"
version = version + "+" + "${env.BUILD_NUMBER}"
}
group = 'com.raoulvdberge'
archivesBaseName = 'refinedstorage'