Skip to content

Commit

Permalink
Bump Package Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Sep 7, 2023
1 parent 97b55be commit 84e6b26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-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 src-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reloaded-memory-buffers"
version = "3.1.2"
version = "3.1.3"
edition = "2021"
authors = [ "sewer56" ]
description = "Shared, Concurrent, Permanent Memory Allocator tied to Process Lifetime"
Expand Down
2 changes: 1 addition & 1 deletion src/Reloaded.Memory.Buffers/Reloaded.Memory.Buffers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>Reloaded.Memory.Buffers</RootNamespace>
<PackageProjectUrl>https://github.com/Reloaded-Project/Reloaded.Memory.Buffers</PackageProjectUrl>
<Description>An implementation of efficient, shared, concurrent and permanent storage of objects in unmanaged memory in static, non-changing locations that last the lifetime of a given process. Allows allocating memory between a given minimum and maximum address. Useful stuff for DLL Injection and Hooking.</Description>
<Version>3.0.5</Version>
<Version>3.0.6</Version>
<Authors>Sewer56</Authors>
<Product>Reloaded Memory Buffers Library</Product>
<PackageId>Reloaded.Memory.Buffers</PackageId>
Expand Down

0 comments on commit 84e6b26

Please sign in to comment.