Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Jun 9, 2024
1 parent 94e9ac5 commit c23624e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 omp-gdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "omp-gdk"
version = "1.0.1"
version = "1.1.0"
authors = ["Sreyas <[email protected]>"]
description = "Rust SDK for developing open.mp gamemodes"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions omp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "omp"
version = "1.0.1"
version = "1.1.0"
authors = ["Sreyas <[email protected]>"]
description = "Rust SDK for developing open.mp gamemodes"
license = "Apache-2.0"
repository = "https://github.com/sreyas-sreelal/omprs-gdk/"
edition = "2021"

[dependencies]
omp-gdk = {path="../omp-gdk",version="1.0.1"}
omp-gdk = {path="../omp-gdk",version="1.1.0"}

0 comments on commit c23624e

Please sign in to comment.