Skip to content

Commit 616ffcd

Browse files
committed
Release v0.3.2
1 parent 1b7fb3a commit 616ffcd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nicator"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Erik Schubert <[email protected]>"]
55
description = "A lightweight encrypting git credential helper"
66
readme = "README.md"

PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Erik "Nuckal777" Schubert <[email protected]>
22
pkgname=nicator
3-
pkgver=0.3.1
3+
pkgver=0.3.2
44
pkgrel=1
55
pkgdesc="A lightweight encrypting git credential helper"
66
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('Unlicense')
99
depends=('gcc-libs')
1010
makedepends=('cargo' 'git')
1111
optdepends=('git: the VCS nicator is made for')
12-
source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.3.1")
12+
source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.3.2")
1313
noextract=()
1414
md5sums=('SKIP')
1515

release-notes/v0.3.2.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Update dependencies

0 commit comments

Comments
 (0)