From 1c881f878a535c97c869b010c004abfd66bce663 Mon Sep 17 00:00:00 2001 From: Nathanael Bonfim Date: Sun, 8 Dec 2024 18:36:32 -0300 Subject: [PATCH] build: init 0.1.3 release --- wails.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wails.json b/wails.json index d977da9..c9fdb7c 100644 --- a/wails.json +++ b/wails.json @@ -10,5 +10,12 @@ "author": { "name": "nathabonfim59", "email": "dev@nathabonfim59.com" + }, + "info": { + "companyName": "EditAI", + "productName": "EditAI", + "productVersion": "0.1.3", + "copyright": "Copyright 2024 © - EditAI", + "comments": "An AI-powered code editor" } }