Skip to content

Commit

Permalink
Release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Oct 24, 2023
1 parent e1b4c0f commit 47d79de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.geocommands</groupId>
<artifactId>geocommands</artifactId>
<packaging>jar</packaging>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
<name>GeoCommands</name>
<description>A collection of geospatial command line applications</description>
<properties>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.21.0-SNAPSHOT</version>
<version>1.21.0</version>
</dependency>
<dependency>
<groupId>args4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docs/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Geoc
Jared Erickson
v0.12.0-SNAPSHOT
v0.20.0
:title-page:
:title-logo-image: image:geoc.png[pdfwidth=5.5in,align=center]
ifndef::imagesdir[:imagesdir: images]
Expand Down
4 changes: 2 additions & 2 deletions src/website/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = 'geoc'
copyright = '2021, Jared Erickson'
copyright = '2023, Jared Erickson'
author = 'Jared Erickson'

# The full version, including alpha/beta/rc tags
release = '0.19.0'
release = '0.20.0'

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit 47d79de

Please sign in to comment.