Skip to content

Commit 75007aa

Browse files
committed
Version bump to 0.3.0
1 parent d1a301b commit 75007aa

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CoreXLSX.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'CoreXLSX'
11-
s.version = '0.2.3'
11+
s.version = '0.3.0'
1212
s.summary = 'Excel spreadsheet (XLSX) format support in pure Swift'
1313

1414
# This description is used to generate tags and improve search results.

CoreXLSX.xcodeproj/project.pbxproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
/* Begin PBXFileReference section */
104104
"CoreXLSX::CoreXLSX::Product" /* CoreXLSX.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CoreXLSX.framework; sourceTree = BUILT_PRODUCTS_DIR; };
105105
"CoreXLSX::CoreXLSXTests::Product" /* CoreXLSXTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreXLSXTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
106+
D155EAF5219ADF9C00D4F47E /* CoreXLSX.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CoreXLSX.podspec; sourceTree = "<group>"; };
107+
D155EAF6219ADF9C00D4F47E /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
106108
OBJ_11 /* CoreXLSX.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreXLSX.swift; sourceTree = "<group>"; };
107109
OBJ_12 /* Relationships.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Relationships.swift; sourceTree = "<group>"; };
108110
OBJ_13 /* Worksheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Worksheet.swift; sourceTree = "<group>"; };
@@ -291,9 +293,11 @@
291293
name = Products;
292294
sourceTree = BUILT_PRODUCTS_DIR;
293295
};
294-
OBJ_5 /* */ = {
296+
OBJ_5 = {
295297
isa = PBXGroup;
296298
children = (
299+
D155EAF5219ADF9C00D4F47E /* CoreXLSX.podspec */,
300+
D155EAF6219ADF9C00D4F47E /* README.md */,
297301
OBJ_6 /* Package.swift */,
298302
OBJ_7 /* Configs */,
299303
OBJ_9 /* Sources */,
@@ -303,7 +307,6 @@
303307
OBJ_47 /* Products */,
304308
);
305309
indentWidth = 2;
306-
name = "";
307310
sourceTree = "<group>";
308311
tabWidth = 2;
309312
};
@@ -452,7 +455,7 @@
452455
knownRegions = (
453456
en,
454457
);
455-
mainGroup = OBJ_5 /* */;
458+
mainGroup = OBJ_5;
456459
productRefGroup = OBJ_47 /* Products */;
457460
projectDirPath = "";
458461
projectRoot = "";

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ easy as adding it to the `dependencies` value of your `Package.swift`.
7070
```swift
7171
dependencies: [
7272
.package(url: "https://github.com/MaxDesiatov/CoreXLSX.git",
73-
.upToNextMajor(from: "0.2.3"))
73+
.upToNextMajor(from: "0.3.0"))
7474
]
7575
```
7676

0 commit comments

Comments
 (0)