Skip to content

Commit 91c4618

Browse files
committed
chore: bump 1.2.0 version
1 parent 4bf16f4 commit 91c4618

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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 = "knossos"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["unrenamed <[email protected]>"]
55
description = "Rust library for generating and rendering mazes"
66
edition = "2021"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Or add the following line to your `Cargo.toml`:
5454

5555
```no_test
5656
[dependencies]
57-
knossos = "1.1.0"
57+
knossos = "1.2.0"
5858
```
5959

6060
## Usage
@@ -418,7 +418,7 @@ $ git clone [email protected]:unrenamed/knossos.git
418418
$ cd knossos
419419
$ cargo build --release
420420
$ ./target/release/knossos --version
421-
knossos 1.1.0
421+
knossos 1.2.0
422422
```
423423

424424
### Usage

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! Or add the following line to your `Cargo.toml`:
1414
//! ```no_test
1515
//! [dependencies]
16-
//! knossos = "1.1.0"
16+
//! knossos = "1.2.0"
1717
//! ```
1818
//!
1919
//! # Usage

0 commit comments

Comments
 (0)