From 6bd788bbb9058de4cd5b257d4842ae36e0fbb212 Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Wed, 19 Oct 2022 11:02:06 +0200 Subject: [PATCH] Bump version --- LICENSE | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index a3f25ef..05e4869 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 University of Applied Science Stuttgart +Copyright (c) 2022 University of Applied Science Stuttgart Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pom.xml b/pom.xml index 19f1d21..7e2a10d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>eu.simstadt</groupId> <artifactId>region-chooser</artifactId> - <version>0.2.9-SNAPSHOT</version> + <version>0.3.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> -- GitLab