Skip to content

Commit 778545b

Browse files
committed
Start with version 0.1.0
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 5fcba3f commit 778545b

3 files changed

Lines changed: 3 additions & 3 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 = "hotkeys"
3-
version = "0.1.3"
3+
version = "0.1.0"
44
edition = "2021"
55
rust-version = "1.61"
66
build = "build.rs"

UefiHotkeyPkg/Drivers/UefiHotkey/UefiHotkey.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
BASE_NAME = UefiHotkey
1414
FILE_GUID = 57F4434C-A01B-487F-A426-AC7BE1D79DA2
1515
MODULE_TYPE = DXE_DRIVER
16-
VERSION_STRING = 1.0
16+
VERSION_STRING = 0.1.0
1717
ENTRY_POINT = UefiMain
1818

1919
#

0 commit comments

Comments
 (0)