Skip to content

Commit 503173e

Browse files
committed
Bumped up version to 0.3.0
1 parent 41adec1 commit 503173e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changelog
22
===
3+
### 0.3.0 (2017-06-18)
4+
* Building with CEF 3.3071.1640.g1ebbf3c / Chromium 59.0.3071.82 (Windows, Linux & OS X, 64bit)
5+
* Now possible to build on Mac OS X. Tested on 10.11.6 with XCode ver. 8.2.0. Experimental
6+
* Bug fixes. Code cleanup and better formatting
7+
38
### 0.2.1 (2016-12-20)
49
* Bulding with CEF 3.2883.1540.gedbfb20 / Chromium 55.0.2883.59 (Windows & Linux, 64bit)
510
* Allow only specified schemes when in server mode (ie. block `file://` access)

src/Common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ std::string getTempDirectory();
1515

1616
namespace constants {
1717
// cef-pdf version number
18-
const std::string version = "0.2.1";
18+
const std::string version = "0.3.0";
1919
// Internal scheme
2020
const std::string scheme = "cefpdf";
2121
// Default page size

0 commit comments

Comments
 (0)