Skip to content

Commit

Permalink
forgot to remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed Aug 26, 2019
1 parent 6d90d1d commit 2791c1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "logscroll"
description = "Provide a limited window for logs"
version = "0.2.3"
version = "0.2.4"
authors = ["Abin Simon <abinsimon10@gmail.com>"]
edition = "2018"
categories = ["command-line-interface"]
Expand Down
1 change: 0 additions & 1 deletion ci/before_deploy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ make_deb() {

# readme and license
install -Dm644 README.md "$tempdir/usr/share/doc/$PROJECT_NAME/README.md"
install -Dm644 LICENSE-MIT "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE-MIT"
install -Dm644 LICENSE-APACHE "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE-APACHE"

# Control file
Expand Down

0 comments on commit 2791c1d

Please sign in to comment.