Skip to content

Commit 2355f19

Browse files
Bump version numbers and update according CHANGELOG
1 parent 0e3f014 commit 2355f19

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.1.1] — 2020-09-09
13+
1014
### Fixed
1115

1216
- `java` support.

QLColorCode.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@
287287
buildSettings = {
288288
CLANG_ENABLE_OBJC_WEAK = YES;
289289
COMBINE_HIDPI_IMAGES = YES;
290-
CURRENT_PROJECT_VERSION = "3.1.1.dev1 ";
290+
CURRENT_PROJECT_VERSION = 3.1.1;
291291
MACOSX_DEPLOYMENT_TARGET = 10.15;
292-
MARKETING_VERSION = 3.1.1.dev1;
292+
MARKETING_VERSION = 3.1.1;
293293
OTHER_CFLAGS = "-DDEBUG";
294294
};
295295
name = Debug;
@@ -299,9 +299,9 @@
299299
buildSettings = {
300300
CLANG_ENABLE_OBJC_WEAK = YES;
301301
COMBINE_HIDPI_IMAGES = YES;
302-
CURRENT_PROJECT_VERSION = "3.1.1.dev1 ";
302+
CURRENT_PROJECT_VERSION = 3.1.1;
303303
MACOSX_DEPLOYMENT_TARGET = 10.15;
304-
MARKETING_VERSION = 3.1.1.dev1;
304+
MARKETING_VERSION = 3.1.1;
305305
};
306306
name = Release;
307307
};

0 commit comments

Comments
 (0)