summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3abd67d6cab..429d083e502f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vnote
pkgdesc = A Vim-inspired note-taking application, especially for Markdown.
- pkgver = 3.6.0
+ pkgver = 3.7.0
pkgrel = 1
url = https://vnotex.github.io/vnote/en_us/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = vnote
makedepends = git
depends = qt5-webengine
depends = qt5-svg
- source = git+https://github.com/vnotex/vnote.git#tag=v3.6.0
+ source = git+https://github.com/vnotex/vnote.git#tag=v3.7.0
source = vnotex-vtextedit::git+https://github.com/vnotex/vtextedit
source = vnotex-syntax-highlighting::git+https://github.com/vnotex/syntax-highlighting
source = vnotex-hunspell::git+https://github.com/vnotex/hunspell
diff --git a/PKGBUILD b/PKGBUILD
index 22d7b8f842e2..80c6d4b73ee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: erk <v at erk dot io>
pkgname=vnote
-pkgver=3.6.0
+pkgver=3.7.0
pkgrel=1
pkgdesc="A Vim-inspired note-taking application, especially for Markdown."
arch=(x86_64 i686 arm armv6h armv7h aarch64)