Skip to content

Commit

Permalink
Bump version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngo Iok Ui committed Feb 18, 2021
1 parent c618be7 commit 714b01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wry"
version = "0.4.1"
version = "0.5.0"
authors = ["Ngo Iok Ui <[email protected]>"]
edition = "2018"
license = "Apache-2.0/MIT"
Expand Down
2 changes: 1 addition & 1 deletion examples/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fn main() -> Result<()> {
let mut app = Application::new()?;

let attributes = Attributes {
url: Some("https://www.google.com".to_string()),
url: Some("https://tauri.studio".to_string()),
// Initialization scripts can be used to define javascript functions and variables.
initialization_scripts: vec![
String::from("breads = NaN"),
Expand Down

0 comments on commit 714b01d

Please sign in to comment.