Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed May 8, 2019
1 parent 27354b8 commit 35a0650
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

The Rust Playground for MacOS is a standalone native mac application that allows quickly editing and testing rust snippets.

![Rust Playground Screenshot](https://raw.githubusercontent.com/cmyr/RustPlayground/screenshots/screenshot-1.png)
![Rust Playground Screenshot](https://raw.githubusercontent.com/cmyr/RustPlayground/screenshots/playground-0.2.png)

## installation

Expand Down
4 changes: 2 additions & 2 deletions RustPlayground/RustPlayground/Assets/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<string>0.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion playground-utils-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playground-utils-ffi"
version = "0.1.0"
version = "0.2.0"
authors = ["Colin Rofls <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion playground-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playground-utils"
version = "0.2.0"
version = "0.1.0"
authors = ["Colin Rofls <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 35a0650

Please sign in to comment.