Skip to content

Commit

Permalink
📦 Prep for crates.io
Browse files Browse the repository at this point in the history
Interfiber committed Nov 26, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6ece113 commit dfd8b34
Showing 3 changed files with 5 additions and 5 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "pakcli"
version = "0.2.1"
version = "1.0.0"
description = "pak is a tool for bundling MacOS software into installer packages"
homepage = "https://interfiber.dev/pak"
readme = "README.md"
repository = "https://github.com/Interfiber/pak"
documentation = "https://interfiber.github.io/pak/"
repository = "https://gitlab.com/Interfiber/pak"
documentation = "https://interfiber.dev/pak"
license = "MIT"
edition = "2021"

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ mod utils;
fn main() {
// Create the clap cli app
let app = App::new("pak")
.version("0.0.1")
.version("1.0.0")
.author("Interfiber <[email protected]>")
.about("MacOS package installer builder")
.setting(AppSettings::ArgRequiredElseHelp)

0 comments on commit dfd8b34

Please sign in to comment.