Skip to content

Commit 102b86d

Browse files
committed
added .gitignore to packaging and bump
1 parent 187f75a commit 102b86d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-credential-github"
33
authors = ["ldev <ldev at ldev dot eu dot org>"]
4-
version = "1.0.0"
4+
version = "2.0.0"
55
license-file="LICENSE.md"
66
edition = "2021"
77
description="A simple git credentials helper for github"

packaging/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
src/
2+
pkg/
3+
*.deb
4+
*.tar.gz

packaging/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pkgver=1.0.0
1+
pkgver=2.0.0
22
pkgrel=1
33

44
pkgname=git-credential-github

0 commit comments

Comments
 (0)