Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 7d3e194

Browse files
committed
Merge branch 'release/v0.1.4'
2 parents bd5fbc8 + 51d74c7 commit 7d3e194

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "supertag"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Andrew Moffat <[email protected]>"]
55
edition = "2018"
66
description = "Tag-based filesystem"
@@ -23,7 +23,7 @@ libc = "0.2"
2323
clap = "2.33.3"
2424
directories = "3.0"
2525
config = "0.10.1"
26-
log = {version = "0.4", features = ["release_max_level_error"]}
26+
log = {version = "0.4", features = ["release_max_level_info"]}
2727
fern = "0.6"
2828
chrono = "0.4"
2929
signal-hook = "0.2.1"

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.. image:: https://img.shields.io/travis/amoffat/supertag/master.svg?style=flat-square
88
:target: https://travis-ci.org/amoffat/supertag
99
:alt: Build Status
10-
.. image:: https://img.shields.io/badge/Documentation-v0.1.3-brightgreen?style=flat-square&logo=read-the-docs&logoColor=white&color=1a6cff
10+
.. image:: https://img.shields.io/badge/Documentation-v0.1.4-brightgreen?style=flat-square&logo=read-the-docs&logoColor=white&color=1a6cff
1111
:target: https://amoffat.github.io/supertag/
1212
:alt: Docs
1313

data/appimage/AppRun

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"$APPDIR"/usr/lib
4-
exec "$APPDIR"/tag $@
4+
exec "$APPDIR"/tag "$@"

0 commit comments

Comments
 (0)