File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
ios/Sources/GutenbergKit/Sources Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ info( `Generating version files for version ${ version }` );
3333const iosVersionContent = `// This file is auto-generated by bin/generate-version.js
3434// Do not edit manually - changes will be overwritten
3535
36- extension GutenbergKit {
36+ /// GutenbergKit version information namespace
37+ public enum GutenbergKit {
3738 /// The GutenbergKit version string
3839 public static let version = "${ version } "
3940}
Original file line number Diff line number Diff line change 11// This file is auto-generated by bin/generate-version.js
22// Do not edit manually - changes will be overwritten
33
4- extension GutenbergKit {
4+ /// GutenbergKit version information namespace
5+ public enum GutenbergKit {
56 /// The GutenbergKit version string
67 public static let version = " 0.11.1 "
78}
You can’t perform that action at this time.
0 commit comments