1.2.1-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2025-03-20 09:40:08 -07:00
parent 12b4a80296
commit 221fa19b94
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>pinboard-poster</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<name>pinboard-poster</name>
<description>A small library for posting to Pinboard</description>
<url>https://github.com/ethauvin/pinboard-poster</url>

View file

@ -60,7 +60,7 @@ public class PinboardPosterBuild extends Project {
public PinboardPosterBuild() {
pkg = "net.thauvin.erik";
name = "pinboard-poster";
version = version(1, 2, 0);
version = version(1, 2, 1, "SNAPSHOT");
mainClass = pkg + ".PinboardPoster";