Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Jul 10, 2023
1 parent 1b7fb3a commit 616ffcd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nicator"
version = "0.3.1"
version = "0.3.2"
authors = ["Erik Schubert <nuckal777+nicator@gmail.com>"]
description = "A lightweight encrypting git credential helper"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Erik "Nuckal777" Schubert <nuckal777+nicator@gmail.com>
pkgname=nicator
pkgver=0.3.1
pkgver=0.3.2
pkgrel=1
pkgdesc="A lightweight encrypting git credential helper"
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('Unlicense')
depends=('gcc-libs')
makedepends=('cargo' 'git')
optdepends=('git: the VCS nicator is made for')
source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.3.1")
source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.3.2")
noextract=()
md5sums=('SKIP')

Expand Down
1 change: 1 addition & 0 deletions release-notes/v0.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update dependencies

0 comments on commit 616ffcd

Please sign in to comment.