Skip to content

Commit 0ddee8e

Browse files
committed
bumped v0.1.1
1 parent 563a651 commit 0ddee8e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ppd-editor"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Fralonra <zoronlivingston@gmail.com>"]
55
description = "Editor for 2D paperdoll file"
66
edition = "2021"

build/linux/PpdEditor.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<url type="bugtracker">https://github.com/fralonra/ppd-editor/issues</url>
2525
<launchable type="desktop-id">io.github.fralonra.PpdEditor.desktop</launchable>
2626
<releases>
27-
<release version="0.1.0" date="2023-08-10"/>
27+
<release version="0.1.1" date="2023-08-10"/>
2828
</releases>
2929
<screenshots>
3030
<screenshot type="default">

build/windows/wix/ppd-editor.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
UpgradeCode="7c3c9894-b3d3-4e6a-b71a-4187e60183b3"
66
Language="1033"
77
Codepage="1252"
8-
Version="0.1.0"
8+
Version="0.1.1"
99
Manufacturer="Fralonra">
1010
<Package InstallerVersion="200" Compressed="yes"/>
1111
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>

0 commit comments

Comments
 (0)