Skip to content

Commit e63e94a

Browse files
Bump version to 0.0.12
1 parent ea5cec9 commit e63e94a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lldb"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
edition = "2021"
55
authors = ["Bruce Mitchener <[email protected]>"]
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add it to your `Cargo.toml` like so:
2525

2626
```toml
2727
[dependencies]
28-
lldb = "0.0.11"
28+
lldb = "0.0.12"
2929
```
3030

3131
### Linux

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! Add it to your `Cargo.toml` like so:
1818
//!
1919
//! ```toml
20-
//! lldb = "0.0.11"
20+
//! lldb = "0.0.12"
2121
//! ```
2222
//!
2323
//! ### macOS Installation Notes

0 commit comments

Comments
 (0)