Skip to content

Commit 4b6367a

Browse files
committed
Set version to 0.2.1
1 parent 87310d2 commit 4b6367a

File tree

7 files changed

+16
-10
lines changed

7 files changed

+16
-10
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
Changelog
22
=========
33

4+
0.2.1 (2015-01-15)
5+
------------------
6+
- MOD: Minor changes in the help and version texts.
7+
48
0.2.0 (2015-12-22)
59
------------------
610
- NEW: Write verbose logs to file with `-f` or `--file` option.
7-
- MOD: Switch from BSD 2-Clause License to MIT License
11+
- MOD: Switch from BSD 2-Clause License to MIT License.
812

913
0.1.0 (2015-09-13)
1014
------------------

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PROJECT_NAME = Uncap
2-
PROJECT_NUMBER = 0.2.0
2+
PROJECT_NUMBER = 0.2.1
33
JAVADOC_AUTOBRIEF = YES

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22
=====================
3-
Copyright (c) 2015 Susam Pal
3+
Copyright (c) 2015-2016 Susam Pal
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Map Caps Lock key to Escape key, or any to any key, on Windows systems.
55
[![Download][SHIELD]][DOWNLOAD]
66

77
[SHIELD]: https://img.shields.io/badge/download-uncap.exe-brightgreen.svg
8-
[DOWNLOAD]: https://github.com/susam/uncap/releases/download/0.2.0/uncap.exe
8+
[DOWNLOAD]: https://github.com/susam/uncap/releases/download/0.2.1/uncap.exe
99

1010

1111
Contents
@@ -22,7 +22,7 @@ Contents
2222
* [Mac OS X: Seil](#mac-os-x-seil)
2323
* [Resources](#resources)
2424
* [License](#license)
25-
* [Contact](#contact)
25+
* [Support](#support)
2626

2727

2828
Features
@@ -423,7 +423,7 @@ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
423423
[1]: LICENSE.md
424424

425425

426-
Contact
426+
Support
427427
-------
428428
To report bugs, suggest improvements, or ask questions, please visit
429429
<https://github.com/susam/uncap/issues>.

dev/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ directory as the current directory.
8989
- Update CHANGES.md.
9090
- Build Uncap.
9191

92-
rd /s /q html
92+
dev\clean.cmd
9393
doxygen
94-
del uncap.exe uncap.obj uncap.sha1
94+
dev\mingwbuild.cmd
95+
dev\clean.cmd
9596
dev\vs2005build
9697
sha1sum uncap.exe > uncap.sha1
9798

dev/clean.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@echo off
12
setlocal
23

34
rem Top level directory of the project.

uncap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Map Caps Lock key to Escape key, or any key to any key.
66
77
The MIT License (MIT)
88
---------------------
9-
Copyright (c) 2015 Susam Pal
9+
Copyright (c) 2015-2016 Susam Pal
1010
1111
Permission is hereby granted, free of charge, to any person obtaining
1212
a copy of this software and associated documentation files (the
@@ -36,7 +36,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3636

3737

3838
/** Version of the program. */
39-
#define VERSION "0.2.1-DEV"
39+
#define VERSION "0.2.1"
4040

4141
/** Author of the program. */
4242
#define AUTHOR "Susam Pal"

0 commit comments

Comments
 (0)