Skip to content

Commit 722a3ef

Browse files
mulle-natCopilot
andcommitted
Bump version to 0.3.0
Bumped minor version due to feature commit(s); updated cola/properties.plist to reflect version. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 08582ae commit 722a3ef

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required( VERSION 3.13...99.99)
22

3-
project( MulleScionHTMLPreprocessor VERSION 0.2.11 LANGUAGES C)
3+
project( MulleScionHTMLPreprocessor VERSION 0.3.0 LANGUAGES C)
44

55

66

cola/properties.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
repo="MulleScionHTMLPreprocessor";
99
homepage="https://github.com/MulleWeb/MulleScionHTMLPreprocessor";
1010
license="BSD-3-Clause";
11+
version="0.3.0";
1112
};
1213
dependencies =
1314
(

src/MulleScionHTMLPreprocessor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import "import.h"
1010

1111

12-
#define MULLE_SCION_HTML_PREPROCESSOR_VERSION ((0UL << 20) | (2 << 8) | 11)
12+
#define MULLE_SCION_HTML_PREPROCESSOR_VERSION ((0UL << 20) | (3 << 8) | 0)
1313

1414

1515
@interface MulleScionHTMLPreprocessor : NSObject < MulleObjCThreadSafe>

src/reflect/objc-deps.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
{ @selector( MulleObjCDeps), @selector( MulleFoundationBase) }, // 3c20656f;MulleObjCDeps;efab19ea;MulleFoundationBase
12
{ @selector( MulleScionHTMLPreprocessor), MULLE_OBJC_NO_CATEGORYID }, // 5ceed847;MulleScionHTMLPreprocessor;;

0 commit comments

Comments
 (0)