Skip to content

Commit 92e1b6d

Browse files
committed
Bump version to 1.3
1 parent 9d6dfef commit 92e1b6d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Kyle Raftogianis
3+
Copyright (c) 2020-2023 Kyle Raftogianis
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MathSymbolsInput.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
476476
CODE_SIGN_IDENTITY = "";
477477
CONFIGURATION_BUILD_DIR = build/Debug;
478-
COPYRIGHT = "Copyright © 2020 Kyle Raftogianis";
478+
COPYRIGHT = "Copyright © 2020-2023 Kyle Raftogianis";
479479
COPY_PHASE_STRIP = NO;
480480
DEBUG_INFORMATION_FORMAT = dwarf;
481481
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -498,7 +498,7 @@
498498
MTL_ENABLE_DEBUG_INFO = YES;
499499
ONLY_ACTIVE_ARCH = YES;
500500
SDKROOT = macosx;
501-
VERSION = 1.2;
501+
VERSION = 1.3;
502502
};
503503
name = Debug;
504504
};
@@ -534,7 +534,7 @@
534534
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
535535
CODE_SIGN_IDENTITY = "";
536536
CONFIGURATION_BUILD_DIR = build/Release;
537-
COPYRIGHT = "Copyright © 2020 Kyle Raftogianis";
537+
COPYRIGHT = "Copyright © 2020-2023 Kyle Raftogianis";
538538
COPY_PHASE_STRIP = NO;
539539
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
540540
ENABLE_NS_ASSERTIONS = NO;
@@ -551,7 +551,7 @@
551551
MTL_ENABLE_DEBUG_INFO = NO;
552552
SDKROOT = macosx;
553553
SWIFT_COMPILATION_MODE = wholemodule;
554-
VERSION = 1.2;
554+
VERSION = 1.3;
555555
};
556556
name = Release;
557557
};

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It works seamlessly with any Mac app.
55

66
# Installation
77

8-
The latest version is Version 1.2. To install or update Math Symbols Input:
8+
The latest version is Version 1.3. To install or update Math Symbols Input:
99

1010
1. Download the [installer for the latest version](https://github.com/knrafto/MathSymbolsInput/releases/latest/download/MathSymbolsInput.pkg).
1111
2. Open the installer and continue through the installation steps.

0 commit comments

Comments
 (0)