Skip to content

Commit f3ea4ce

Browse files
committed
Bump version
1 parent 8176e00 commit f3ea4ce

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "beacon"
3-
version = "0.1.0"
3+
version = "1.1.0"
44
authors = ["Ralfs Garkaklis <ralfs@garkaklis.com>"]
55
edition = "2018"
66

addons/main/script_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define MAJOR 1
2-
#define MINOR 0
2+
#define MINOR 1
33
#define PATCHLVL 0
44
#define BUILD 0

mod.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name = "Beacon 1.0.0";
1+
name = "Beacon 1.1.0";
22
actionName = "GitHub";
33
action = "https://github.com/CreepPork/Beacon";
4-
description = "Beacon - Version 1.0.0";
4+
description = "Beacon - Version 1.1.0";
55
tooltip = "Beacon";
66
tooltipOwned = "Beacon Owned";
7-
overview = "A Rust library which is loaded by Arma 3, as an extension, to output game data to a Laravel app.";
7+
overview = "A Rust library which is loaded by Arma 3, as an extension, that creates a websocket server and allows full-duplex communication.";
88
author = "CreepPork";

0 commit comments

Comments
 (0)