Skip to content

Commit

Permalink
Bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luongthanhlam committed Mar 14, 2021
1 parent a5f82d7 commit ef5e9df
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PREFIX=/usr
engine_name=bamboo
ibus_e_name=ibus-engine-$(engine_name)
pkg_name=ibus-$(engine_name)
version=0.6.9
version=0.7.0

engine_dir=$(PREFIX)/share/$(pkg_name)
ibus_dir=$(PREFIX)/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.9
pkgver=0.7.0
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.9
pkgver=0.7.0
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.9</version>
<version>0.7.0</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.7.0-1) stable; urgency=medium

* New upstream release

-- Luong Thanh Lam <[email protected]> Sun, 14 Mar 2021 09:21:06 +0700

ibus-bamboo (0.6.8-2) 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.9
Standards-Version: 0.7.0
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.9-0
Version: 0.7.0-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.9.tar.gz
0 0 ibus-bamboo-0.7.0.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.9
Version: 0.7.0
Release: 1%{?dist}
Summary: A Vietnamese input method for IBus

Expand Down

0 comments on commit ef5e9df

Please sign in to comment.