Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
pump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Aug 31, 2018
1 parent a3e5af5 commit 78c601a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "zbox"
version = "0.5.1"
version = "0.6.0"
authors = ["Bo Lu"]
description = "Zbox is a zero-details, privacy-focused embeddable file system."
documentation = "https://docs.rs/zbox"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Add the following dependency to your `Cargo.toml`:

```toml
[dependencies]
zbox = "0.5.1"
zbox = "0.6.0"
```

## Example
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.

dnl Semantic Versioning, http://semver.org
m4_define([zbox_version_major], [0])
m4_define([zbox_version_minor], [5])
m4_define([zbox_version_patch], [1])
m4_define([zbox_version_minor], [6])
m4_define([zbox_version_patch], [0])

AC_PREREQ([2.69])
AC_INIT([libzbox],
Expand Down

0 comments on commit 78c601a

Please sign in to comment.