Version 1.0.0

This commit is contained in:
Erik C. Thauvin 2025-03-16 20:10:17 -07:00
parent a748e4139c
commit 8ebcca5bfe
Signed by: erik
GPG key ID: 776702A6A2DA330E
6 changed files with 10 additions and 10 deletions

View file

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