mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-05 15:48:45 +00:00
chore: update version to 0.0.2
This commit is contained in:
parent
bdd61dfbab
commit
a1745b1d9f
3 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "envision"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -18,6 +18,14 @@
|
|||
<url type="bugtracker">@REPO_URL@/issues</url>
|
||||
<content_rating type="oars-1.0" />
|
||||
<releases>
|
||||
<release version="0.0.2" date="2024-11-02">
|
||||
<description>
|
||||
<p>Fixes</p>
|
||||
<ul>
|
||||
<li>appimage: build for non-devel releases</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.0.1" date="2024-11-02">
|
||||
<description>
|
||||
<p>Initial release</p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'envision',
|
||||
'rust',
|
||||
version: '0.0.1', # version number row
|
||||
version: '0.0.2', # version number row
|
||||
meson_version: '>= 0.59',
|
||||
license: 'AGPL-3.0',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue