Skip to content

Commit

Permalink
Release 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Apr 14, 2014
1 parent 1f33d0b commit 99a0008
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ combinations. For instance, **ö** is obtained using **o** and **"**, and
Download
--------

Latest release: [WinCompose-Setup-0.6.0.exe](/bin/WinCompose-Setup-0.6.0.exe)
Latest release: [WinCompose-Setup-0.6.1.exe](/bin/WinCompose-Setup-0.6.1.exe)

Quick start
-----------
Expand Down Expand Up @@ -91,6 +91,10 @@ Please report bugs to Sam Hocevar <sam@hocevar.net>
News
----

News for version 0.6.1 (14 April 2014)
- Fix issues with the save files.
- Czech translation.

News for version 0.6.0 (8 April 2014)
- More than 600 new compose rules from the dotXcompose project.
- The sequence window is now a lot more usable and appealing.
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION = 0.6.0
VERSION = 0.6.1

ISS = installer.iss
AHK = main.ahk
Expand Down
2 changes: 1 addition & 1 deletion src/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define NAME "WinCompose"
#define VERSION "0.6.0"
#define VERSION "0.6.1"

[Setup]
AppName = {#NAME}
Expand Down
2 changes: 1 addition & 1 deletion src/main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

; The name and version of this script
global app := "WinCompose"
global version := "0.6.0"
global version := "0.6.1"
global website := "https://github.com/samhocevar/wincompose"

; Configuration directory and file
Expand Down
2 changes: 1 addition & 1 deletion src/po/wincompose.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-11 17:38+0200\n"
"POT-Creation-Date: 2014-04-14 10:53+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit 99a0008

Please sign in to comment.