Skip to content

Commit f84d1a5

Browse files
version bump
1 parent 76c4ef8 commit f84d1a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

omp-gdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omp-gdk"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
authors = ["Sreyas <[email protected]>"]
55
description = "Rust SDK for developing open.mp gamemodes"
66
license = "Apache-2.0"

omp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "omp"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
authors = ["Sreyas <[email protected]>"]
55
description = "Rust SDK for developing open.mp gamemodes"
66
license = "Apache-2.0"
77
repository = "https://github.com/sreyas-sreelal/omprs-gdk/"
88
edition = "2021"
99

1010
[dependencies]
11-
omp-gdk = {path="../omp-gdk",version="2.0.0"}
11+
omp-gdk = {path="../omp-gdk",version="2.1.0"}

0 commit comments

Comments
 (0)