Skip to content

Commit

Permalink
Bump version to v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luongthanhlam committed Apr 30, 2020
1 parent fae8b54 commit 5722d1c
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
engine_name=bamboo
ibus_e_name=ibus-engine-$(engine_name)
pkg_name=ibus-$(engine_name)
version=0.6.4
version=0.6.5

engine_dir=/usr/share/$(pkg_name)
ibus_dir=/usr/share/ibus
Expand Down
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD-git
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# Maintainer: Luong Thanh Lam <[email protected]>
pkgname=ibus-bamboo-git
pkgver=0.6.4
pkgver=0.6.5
pkgrel=1
pkgdesc='A Vietnamese IME for IBus'
arch=(any)
Expand Down
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD-release
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# Maintainer: Luong Thanh Lam <[email protected]>
pkgname=ibus-bamboo
pkgver=0.6.4
pkgver=0.6.5
pkgrel=1
pkgdesc='A Vietnamese IME for IBus'
arch=(any)
Expand Down
2 changes: 1 addition & 1 deletion bamboo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<name>org.freedesktop.IBus.bamboo</name>
<description>Vietnamese input engine for IBus</description>
<exec>/usr/lib/ibus-engine-bamboo --ibus</exec>
<version>0.6.4</version>
<version>0.6.5</version>
<author>Luong Thanh Lam &lt;[email protected]&gt;</author>
<license>GPLv3</license>
<homepage>https://github.com/BambooEngine/ibus-bamboo/</homepage>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ibus-bamboo (0.6.5-1) stable; urgency=medium

* New upstream release

-- Luong Thanh Lam <[email protected]> Thu, 30 Apr 2020 09:14:31 +0700

ibus-bamboo (0.6.4-1) stable; urgency=medium

* New upstream release
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Section: utils
Priority: extra
Maintainer: Luong Thanh Lam <[email protected]>
Build-Depends: debhelper, golang, libx11-dev, libxtst-dev
Standards-Version: 0.6.4
Standards-Version: 0.6.5
Homepage: https://github.com/BambooEngine/ibus-bamboo

Package: ibus-bamboo
Expand Down
4 changes: 2 additions & 2 deletions ibus-bamboo.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Format: 1.0
Source: ibus-bamboo
Binary: ibus-bamboo
Architecture: any
Version: 0.6.4-0
Version: 0.6.5-0
Maintainer: Luong Thanh Lam <[email protected]>
Homepage: https://github.com/BambooEngine/ibus-bamboo
Build-Depends: debhelper, golang, libx11-dev, libxt-dev, libxtst-dev
Files:
0 0 ibus-bamboo-0.6.4.tar.gz
0 0 ibus-bamboo-0.6.5.tar.gz

-----BEGIN PGP SIGNATURE-----

Expand Down
2 changes: 1 addition & 1 deletion ibus-bamboo.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%define ibus_comp_dir /usr/share/ibus/component

Name: ibus-bamboo
Version: 0.6.4
Version: 0.6.5
Release: 1%{?dist}
Summary: A Vietnamese input method for IBus

Expand Down
2 changes: 1 addition & 1 deletion src/ibus-bamboo/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

package main

const Version = "v0.6.4"
const Version = "v0.6.5"

0 comments on commit 5722d1c

Please sign in to comment.