We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187f75a commit 102b86dCopy full SHA for 102b86d
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "git-credential-github"
3
authors = ["ldev <ldev at ldev dot eu dot org>"]
4
-version = "1.0.0"
+version = "2.0.0"
5
license-file="LICENSE.md"
6
edition = "2021"
7
description="A simple git credentials helper for github"
packaging/.gitignore
@@ -0,0 +1,4 @@
+src/
+pkg/
+*.deb
+*.tar.gz
packaging/PKGBUILD
@@ -1,4 +1,4 @@
-pkgver=1.0.0
+pkgver=2.0.0
pkgrel=1
pkgname=git-credential-github
0 commit comments