Skip to content

Commit 56db527

Browse files
committed
Update readme, version bump
1 parent e609aa5 commit 56db527

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
# Combinatorial Audia Workspace (CAW)
44

5+
[![Version](https://img.shields.io/crates/v/caw.svg)](https://crates.io/crates/caw)
6+
[![Documentation](https://docs.rs/caw/badge.svg)](https://docs.rs/caw)
57
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
69

710
CAW is a framework for building synthesizers as Rust programs.
811

caw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "caw"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A framework for building software-defined modular synthesizers"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)