Skip to content

Commit cc6cfb7

Browse files
carlosthe19916mrizzi
authored andcommitted
task: update version to 1.3.1
1 parent 10670be commit cc6cfb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spog/ui/src/about.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub fn about() -> Html {
4747
<dl>
4848
<dt>{"Version"}</dt>
4949
<dd>
50-
{"1.3.0"}
50+
{"1.3.1"}
5151
</dd>
5252
</dl>
5353
</div>

version/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub struct Version {
9595
macro_rules! version {
9696
() => {
9797
$crate::VersionInformation {
98-
version: String::from("1.3.0"),
98+
version: String::from("1.3.1"),
9999
// version: $crate::Version {
100100
// full: env!("CARGO_PKG_VERSION").to_string(),
101101
// major: env!("CARGO_PKG_VERSION_MAJOR").parse().unwrap_or_default(),

0 commit comments

Comments
 (0)