Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Apr 22, 2023
1 parent bce7832 commit 8600d3f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resvg"
version = "0.31.0"
version = "0.31.1"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg", "render", "raster"]
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion c-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resvg-capi"
version = "0.31.0"
version = "0.31.1"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg", "render", "raster", "c-api"]
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions c-api/ResvgQt.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

#define RESVG_QT_MAJOR_VERSION 0
#define RESVG_QT_MINOR_VERSION 31
#define RESVG_QT_PATCH_VERSION 0
#define RESVG_QT_VERSION "0.31.0"
#define RESVG_QT_PATCH_VERSION 1
#define RESVG_QT_VERSION "0.31.1"

#include <QDebug>
#include <QFile>
Expand Down
4 changes: 2 additions & 2 deletions c-api/resvg.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

#define RESVG_MAJOR_VERSION 0
#define RESVG_MINOR_VERSION 31
#define RESVG_PATCH_VERSION 0
#define RESVG_VERSION "0.31.0"
#define RESVG_PATCH_VERSION 1
#define RESVG_VERSION "0.31.1"

/**
* @brief List of possible errors.
Expand Down
2 changes: 1 addition & 1 deletion tools/explorer-thumbnailer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "explorer-thumbnailer"
version = "0.31.0"
version = "0.31.1"
authors = ["gentoo90 <gentoo90@gmail.com>"]
license = "MPL-2.0"
edition = "2018"
Expand Down
6 changes: 3 additions & 3 deletions tools/explorer-thumbnailer/install/installer.iss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Setup]
AppName="resvg Explorer Extension"
AppVersion="0.31.0"
VersionInfoVersion="0.0.31.0"
AppVerName="resvg Explorer Extension 0.31.0"
AppVersion="0.31.1"
VersionInfoVersion="0.0.31.1"
AppVerName="resvg Explorer Extension 0.31.1"
AppPublisher="Yevhenii Reizner"
AppPublisherURL=https://github.com/RazrFalcon/resvg
DefaultDirName="{pf}\resvg Explorer Extension"
Expand Down

0 comments on commit 8600d3f

Please sign in to comment.