Skip to content

Commit

Permalink
Prepare for beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Jun 4, 2021
1 parent 154f2bb commit 1b04549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
==========
0.5.0-beta.1 (2021-06-04)
==========================

## Changed:

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-text"
version = "0.4.0"
version = "0.5.0-beta.1"
license = "MIT"
description = "TextBox for embedded-graphics"
repository = "https://github.com/embedded-graphics/embedded-text"
Expand All @@ -25,6 +25,6 @@ ansi-parser = { version = "0.8.0", default-features = false, optional = true }
as-slice = { version = "0.1.4", optional = true }

[dev-dependencies]
embedded-graphics-simulator = "0.3.0-alpha.2"
embedded-graphics-simulator = "0.3.0-beta.2"
sdl2 = "0.32.2"
heapless = "0.5.6"

0 comments on commit 1b04549

Please sign in to comment.