Skip to content

Commit 34be2f3

Browse files
Bump version numbers and update according CHANGELOG
1 parent a260745 commit 34be2f3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
- Nothing
11+
12+
## [3.0.2] — 2020-09-08
13+
1014
### Added
1115

1216
- `xsd`/`xquery`/`xml`/`xsl` support.

QLColorCode.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@
286286
buildSettings = {
287287
CLANG_ENABLE_OBJC_WEAK = YES;
288288
COMBINE_HIDPI_IMAGES = YES;
289-
CURRENT_PROJECT_VERSION = 3.0.1;
289+
CURRENT_PROJECT_VERSION = 3.0.2;
290290
MACOSX_DEPLOYMENT_TARGET = 10.15;
291-
MARKETING_VERSION = 3.0.1;
291+
MARKETING_VERSION = 3.0.2;
292292
OTHER_CFLAGS = "-DDEBUG";
293293
};
294294
name = Debug;
@@ -298,9 +298,9 @@
298298
buildSettings = {
299299
CLANG_ENABLE_OBJC_WEAK = YES;
300300
COMBINE_HIDPI_IMAGES = YES;
301-
CURRENT_PROJECT_VERSION = 3.0.1;
301+
CURRENT_PROJECT_VERSION = 3.0.2;
302302
MACOSX_DEPLOYMENT_TARGET = 10.15;
303-
MARKETING_VERSION = 3.0.1;
303+
MARKETING_VERSION = 3.0.2;
304304
};
305305
name = Release;
306306
};

0 commit comments

Comments
 (0)