Skip to content

Commit

Permalink
Publish v0.19.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Jan 26, 2024
1 parent 1926fcf commit 1399b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ cargo add concoct --features full
```

To see a list of the available features flags that can be enabled, check our [docs](https://docs.rs/concoct/latest/concoct/#feature-flags).

## Inspiration
This crate is inspired by [xilem](https://github.com/linebender/xilem), React, and SwiftUI.
2 changes: 1 addition & 1 deletion crates/concoct/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concoct"
version = "0.18.0"
version = "0.19.0-alpha.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform UI framework"
Expand Down

0 comments on commit 1399b20

Please sign in to comment.