From 40ff020bdbc4abe49a2892dff991c8e9ae6855c3 Mon Sep 17 00:00:00 2001 From: Var7600 <77991946+Var7600@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:07:18 -0500 Subject: [PATCH] Update jreleaser.yml fix version release to 0.2 --- jreleaser.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jreleaser.yml b/jreleaser.yml index 7c5e4dd..087096b 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -1,15 +1,15 @@ project: name: VHDL_GENERATOR - description: App that generate VHDL Code - longDescription: VHDL-GENERATOR can generate VHDL Code, Testbench template and some VHDL Component(Mux,Encoder,Adder,...) . - version: 0.1 + description: App that generate VHDL Code and Testbench + longDescription: VHDL-GENERATOR can generate VHDL Code, Testbench template and some VHDL Component(Mux,Encoder,Adder,FliFlop(s),...). + version: 0.2 links: homepage: https://github.com/Var7600/VHDL-GENERATOR authors: - DOUDOU DIAWARA - license: “Commons Clause” License Condition v1.0 + license: MIT inceptionYear: 2024 stereotype: DESKTOP screenshots: @@ -20,7 +20,7 @@ project: width: 288 height: 256 java: - version: 18 + version: 21 groupId: vhdlgenerator artifactId: VHDL_GENERATOR mainClass: vhdlgenerator.application.AppVG