Skip to content

Commit b745ff7

Browse files
committed
v0.1.1
1 parent 78bc2e1 commit b745ff7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

JoyConSwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "JoyConSwift"
3-
s.version = "0.0.5"
3+
s.version = "0.1.1"
44
s.summary = "IOKit wrapper for Nintendo Joy-Con and ProController (macOS, Swift)"
55
s.homepage = "https://github.com/magicien/JoyConSwift"
66
s.license = "MIT"

JoyConSwift.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
"@executable_path/../Frameworks",
320320
"@loader_path/Frameworks",
321321
);
322-
MARKETING_VERSION = 0.1.0;
322+
MARKETING_VERSION = 0.1.1;
323323
PRODUCT_BUNDLE_IDENTIFIER = jp.0spec.JoyConSwift;
324324
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
325325
SKIP_INSTALL = YES;
@@ -348,7 +348,7 @@
348348
"@executable_path/../Frameworks",
349349
"@loader_path/Frameworks",
350350
);
351-
MARKETING_VERSION = 0.1.0;
351+
MARKETING_VERSION = 0.1.1;
352352
PRODUCT_BUNDLE_IDENTIFIER = jp.0spec.JoyConSwift;
353353
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
354354
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)