Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed Aug 6, 2024
1 parent 91dd26a commit fd90d75
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1,113 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ include(FetchContent)
FetchContent_Declare(libmem-config URL "https://raw.githubusercontent.com/rdbo/libmem/config-v1/libmem-config.cmake" DOWNLOAD_NO_EXTRACT TRUE)
FetchContent_MakeAvailable(libmem-config)
set(CMAKE_PREFIX_PATH "${libmem-config_SOURCE_DIR}" "${CMAKE_PREFIX_PATH}")
set(LIBMEM_DOWNLOAD_VERSION "5.0.0")
set(LIBMEM_DOWNLOAD_VERSION "5.0.1")
# Find libmem package
find_package(libmem CONFIG REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
additional_library_dirs = []

def get_version():
return "5.0.0"
return "5.0.1"

def get_operating_system():
if sys.platform.find("bsd") != -1:
Expand Down
4 changes: 2 additions & 2 deletions bindings/rust/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 bindings/rust/libmem-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmem-sys"
version = "5.0.0"
version = "5.0.1"
authors = ["rdbo"]
edition = "2021"
description = "Advanced Game Hacking Library (Windows/Linux/FreeBSD)"
Expand Down
1 change: 0 additions & 1 deletion bindings/rust/libmem-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use std::env;
#[cfg(feature = "fetch")]
fn download_and_resolve_libmem() {
use flate2::read::GzDecoder;
use reqwest::StatusCode;
use std::{
fs::File,
io::{self, Cursor},
Expand Down
Loading

0 comments on commit fd90d75

Please sign in to comment.