Skip to content

Commit

Permalink
Prepare release 0.5.1 (#47)
Browse files Browse the repository at this point in the history
Update the version number, licenses, and copyright notices. Preparing to cut a release with EditorConfig C Core v0.12.6.
  • Loading branch information
Mr0grog authored Jan 20, 2023
1 parent 1dfd142 commit af29401
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2022 Rob Brackett
Copyright (c) 2012-2023 Rob Brackett

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ $ spctl -a -t install -vv editorconfig-textmate.tmplugin
License
-------

This plug-in is open source. It is copyright (c) 2012-2022 Rob Brackett and licensed under the MIT license. The full license text is in the `LICENSE` file.
This plug-in is open source. It is copyright (c) 2012-2023 Rob Brackett and licensed under the MIT license. The full license text is in the `LICENSE` file.
8 changes: 4 additions & 4 deletions editorconfig-textmate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "0.5.1-dev";
CURRENT_PROJECT_VERSION = 0.5.1;
DEVELOPMENT_TEAM = HPJWEKK787;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -525,7 +525,7 @@
"$(BUILT_PRODUCTS_DIR)/editorconfig/**",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = "0.5.1-dev";
MARKETING_VERSION = 0.5.1;
ONLY_ACTIVE_ARCH = NO;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = "org.robbrackett.${PRODUCT_NAME:rfc1034identifier}";
Expand All @@ -544,7 +544,7 @@
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "0.5.1-dev";
CURRENT_PROJECT_VERSION = 0.5.1;
DEVELOPMENT_TEAM = HPJWEKK787;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -558,7 +558,7 @@
"$(BUILT_PRODUCTS_DIR)/editorconfig/**",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = "0.5.1-dev";
MARKETING_VERSION = 0.5.1;
ONLY_ACTIVE_ARCH = NO;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = "org.robbrackett.${PRODUCT_NAME:rfc1034identifier}";
Expand Down
2 changes: 1 addition & 1 deletion editorconfig-textmate/editorconfig-textmate-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012-2022 Rob Brackett. This is open source software and released under the MIT license.</string>
<string>Copyright © 2012-2023 Rob Brackett. This is open source software and released under the MIT license.</string>
<key>NSPrincipalClass</key>
<string>ECEditorConfig</string>
<key>TMPlugInAPIVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion source/ECConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ECConstants.h
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/ECConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ECConstants.m
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/ECEditorConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// EditorConfig.h
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/ECEditorConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// EditorConfig.m
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/ECSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ECSettings.h
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/ECSettings.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ECSettings.m
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/TMPlugInController.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// TMPlugInController.h
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/additions/NSObject+ECDocument.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSObject+ECDocument.h
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/additions/NSObject+ECDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSObject+ECDocument.m
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/additions/NSObject+ECSwizzle.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSObject+ECSwizzle.h
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/additions/NSObject+ECSwizzle.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSObject+ECSwizzle.m
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/additions/NSView+EditorConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSView+EditorConfig.h
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/additions/NSView+EditorConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSView+EditorConfig.m
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/additions/NSWindow+EditorConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSWindow+EditorConfig.h
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down
2 changes: 1 addition & 1 deletion source/additions/NSWindow+EditorConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSWindow+EditorConfig.m
// editorconfig-textmate
//
// Copyright (c) 2012-2022 Rob Brackett.
// Copyright (c) 2012-2023 Rob Brackett.
// This is open source software, released under the MIT license;
// see the file LICENSE for details.
//
Expand Down

0 comments on commit af29401

Please sign in to comment.