Skip to content

Commit

Permalink
Bump version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luongthanhlam committed Sep 4, 2019
1 parent 49fbb10 commit fd15484
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Nếu cần thiết, hãy [đính kèm hình ảnh](https://help.github.com/arti
**Môi trường**
- OS và version: (ví dụ: Ubuntu 19.04)
- Desktop: (Xfce, KDE, Gnome,... hoặc **mặc định**)
- Phiên bản ibus-bamboo: (bản mới nhất là v0.5.4)
- Phiên bản ibus-bamboo: (bản mới nhất là v0.5.5)

**Thông tin thêm**
Các nội dung khác có liên quan đến lỗi đang xảy ra.
Expand Down
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.5.4
version=0.5.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.5.4
pkgver=0.5.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.5.4
pkgver=0.5.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.5.4</version>
<version>0.5.5</version>
<author>Luong Thanh Lam &lt;[email protected]&gt;</author>
<license>GPLv3</license>
<homepage>https://github.com/BambooEngine/ibus-bamboo/</homepage>
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ibus-bamboo (0.5.4ubuntu0) stable; urgency=medium
ibus-bamboo (0.5.5ubuntu0) stable; urgency=medium

* New upstream release

-- Luong Thanh Lam <[email protected]> Wed, 21 Aug 2019 13:47:43 +0700
-- Luong Thanh Lam <[email protected]> Wed, 04 Sep 2019 08:45:53 +0700

ibus-bamboo (0.5.4ubuntu0) stable; urgency=medium

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.5.4
Standards-Version: 0.5.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.5.4-0
Version: 0.5.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.5.4.tar.gz
0 0 ibus-bamboo-0.5.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.5.4
Version: 0.5.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.5.4"
const Version = "v0.5.5"

0 comments on commit fd15484

Please sign in to comment.