Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Oltmanns committed Nov 13, 2017
1 parent 62e3738 commit 5205829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "zap"
version = "0.0.3"
version = "0.0.4"
authors = ["Daniel Oltmanns <daniel.oltmanns@outlook.de>"]
description = "Ligthing fast web framework for rust"
keywords = ["web-framework", "http", "efficiency"]
categories = ["network-programming", "web-programming"]

exclude = [".gitignore", "examples/*"]
exclude = [".gitignore", "examples/*", "benches/*"]
readme = "Readme.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/oldaniel/zap"
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The mission of `zap` is, to deliver a basic, but fast rust web framework.
Add the following to your `Cargo.toml`:
```toml
[dependencies]
zap = "0.0.3"
zap = "0.0.4"
```

## Speed
Expand Down

0 comments on commit 5205829

Please sign in to comment.