Skip to content

Commit

Permalink
Finalize v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mountlex committed Dec 17, 2020
1 parent deaad33 commit 1ee32fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xivar"
version = "0.3.2"
version = "0.4.0"
authors = ["Alexander Lindermayr <alexander.lindermayr97@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
[![crates.io](https://img.shields.io/crates/v/xivar.svg)](https://crates.io/crates/xivar)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Mountlex/xivar/Rust)
![actively developed](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)
[![dependency status](https://deps.rs/crate/xivar/0.3.2/status.svg)](https://deps.rs/crate/xivar/0.3.2)
[![dependency status](https://deps.rs/crate/xivar/0.4.0/status.svg)](https://deps.rs/crate/xivar/0.4.0)
![License: MIT/Apache-2.0](https://img.shields.io/crates/l/xivar.svg)

Manage your local scientific library!

**This tool is in a very early development stage.**
**This tool is still unstable. Your local database may be corrupt after updating!**

## Installation

First, install [fzf](https://github.com/junegunn/fzf). **_(required)_**

Then install `xivar` via
Install `xivar` via

```bash
cargo install xivar
Expand Down
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub trait Command {

#[derive(Clap)]
#[clap(
version = "0.3.2",
version = "0.4.0",
author = "Alexander Lindermayr <alexander.lindermayr97@gmail.com>",
about = "Manage your local scientific library!"
)]
Expand Down

0 comments on commit 1ee32fc

Please sign in to comment.