Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
willfurnell committed Dec 10, 2021
1 parent 706f222 commit e19e0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ngs</groupId>
<artifactId>CertWizard</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down Expand Up @@ -182,7 +182,7 @@
<configuration>
<mainClass>${mainClass}</mainClass>
<bundleJre>true</bundleJre>
<version>1.0.0</version>
<version>1.0.1</version>
<displayName>CertWizard</displayName>
<organizationName>STFC</organizationName>
<organizationUrl>https://stfc.ukri.org</organizationUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/configure.properties
Expand Up @@ -3,8 +3,8 @@

# Client side version of this tool (this must correspond to the version
# supported by the server.
ngsca.certwizard.version=CertWizard 1.0.0
ngsca.certwizard.versionNumber=1.0.0
ngsca.certwizard.version=CertWizard 1.0.1
ngsca.certwizard.versionNumber=1.0.1

# CA-Server host that this tool is configured to work with.
#ngsca.base.url=https://ca-dev.esc.rl.ac.uk
Expand Down

0 comments on commit e19e0ec

Please sign in to comment.