Skip to content

Commit 1fc6d43

Browse files
committed
Bump to 2.4.2
Signed-off-by: Asriel Camora <asriel@camora.dev>
1 parent 8a1048c commit 1fc6d43

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Waitingway/Waitingway.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Dalamud.NET.Sdk/15.0.0">
33
<PropertyGroup>
44
<Authors>Asriel Camora</Authors>
5-
<Version>2.4.1</Version>
5+
<Version>2.4.2</Version>
66
<PackageProjectUrl>https://github.com/WorkingRobot/Waitingway</PackageProjectUrl>
77
<Configurations>Debug;Release</Configurations>
88
<AssemblyName>Waitingway.Dalamud</AssemblyName>

web/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.

web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "waitingway-web"
33
authors = ["Asriel Camora <asriel@camora.dev>"]
44
description = "Backend web server for Waitingway"
55
repository = "https://github.com/WorkingRobot/Waitingway"
6-
version = "2.4.1"
6+
version = "2.4.2"
77
edition = "2024"
88

99
[dependencies]

web/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use build_target::{Arch, Env, Os};
22
use copy_to_output::copy_to_output_path;
33
use std::{ffi::OsStr, process::Command, time::SystemTime};
44

5-
const SUPPORTED_VERSION: &str = "2.4.0";
5+
const SUPPORTED_VERSION: &str = "2.4.2";
66

77
fn main() {
88
{

0 commit comments

Comments
 (0)