diff -r d65966d31bbd -r c43c96b0ab1b Makefile --- a/Makefile Mon Dec 25 23:39:34 2023 +0100 +++ b/Makefile Mon Dec 25 23:45:13 2023 +0100 @@ -16,7 +16,7 @@ SRC=$(shell find src -name '*.java') MAIN=cz.frantovo.rozsireneatributy.Startér LAF=-Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -VERSION=0.1-SNAPSHOT +VERSION=0.2-SNAPSHOT JAR=target/rozsirene-atributy-$(VERSION).jar all: $(JAR)