Skip to content

Commit

Permalink
Update The Version In Preparation For Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince Pike committed Jan 24, 2023
1 parent 1c2fc83 commit adcb280
Show file tree
Hide file tree
Showing 9 changed files with 127 additions and 72 deletions.
179 changes: 117 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Dependencies:

```toml
[dependencies]
sailfish = "0.5.0"
sailfish = "0.6.0"
```

Template file (templates/hello.stpl):
Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In order to use sailfish templates, you have add two dependencies in your `Cargo

``` toml
[dependencies]
sailfish = "0.5.0"
sailfish = "0.6.0"
```

## Feature Flags
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sailfish-examples"
version = "0.5.0"
version = "0.6.0"
authors = ["Ryohei Machida <[email protected]>"]
edition = "2018"
publish = false
Expand Down
Loading

0 comments on commit adcb280

Please sign in to comment.