Skip to content

Commit b262347

Browse files
Bump version numbers and update according CHANGELOG
1 parent 38afb3f commit b262347

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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

1216
- `bazel` support.
1317

1418
### Changed
1519

16-
- CHANGELOG follow "Keep a Changelog".
20+
- `CHANGELOG.md` follows "Keep a Changelog".
1721

1822
### Removed
1923

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+dev1";
289+
CURRENT_PROJECT_VERSION = 3.0.1;
290290
MACOSX_DEPLOYMENT_TARGET = 10.15;
291-
MARKETING_VERSION = "3.0.1+dev1";
291+
MARKETING_VERSION = 3.0.1;
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+dev1";
301+
CURRENT_PROJECT_VERSION = 3.0.1;
302302
MACOSX_DEPLOYMENT_TARGET = 10.15;
303-
MARKETING_VERSION = "3.0.1+dev1";
303+
MARKETING_VERSION = 3.0.1;
304304
};
305305
name = Release;
306306
};

0 commit comments

Comments
 (0)