Skip to content

Commit 10569c2

Browse files
committed
0.37.0
1 parent b529f02 commit 10569c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Scripts/increment_major_version.command

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cd "$( dirname "${BASH_SOURCE[0]}" )"
22
cd ..
33

44
perl -i -pe 's/\b(\d+)(?=.\d+")/$1+1/e' FigmaExport.podspec
5-
perl -i -pe 's/\b(\d+)(?=.\d+")/$1+1/e' ./Sources/FigmaExport/main.swift
5+
perl -i -pe 's/\b(\d+)(?=.\d+")/$1+1/e' ./Sources/FigmaExport/FigmaExportCommand.swift
66

77
perl -i -pe 's/\b(\d+)(?=\D*$)/0/e' FigmaExport.podspec
8-
perl -i -pe 's/\b(\d+)(?=\D*$)/0/e' ./Sources/FigmaExport/main.swift
8+
perl -i -pe 's/\b(\d+)(?=\D*$)/0/e' ./Sources/FigmaExport/FigmaExportCommand.swift
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cd "$( dirname "${BASH_SOURCE[0]}" )"
22
cd ..
33
perl -i -pe 's/\b(\d+)(?=\D*$)/$1+1/e' FigmaExport.podspec
4-
perl -i -pe 's/\b(\d+)(?=\D*$)/$1+1/e' ./Sources/FigmaExport/main.swift
4+
perl -i -pe 's/\b(\d+)(?=\D*$)/$1+1/e' ./Sources/FigmaExport/FigmaExportCommand.swift

Sources/FigmaExport/FigmaExportCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum FigmaExportError: LocalizedError {
3232
@main
3333
struct FigmaExportCommand: ParsableCommand {
3434

35-
static let version = "0.36.0"
35+
static let version = "0.37.0"
3636

3737
static let svgFileConverter = VectorDrawableConverter()
3838
static let fileWriter = FileWriter()

0 commit comments

Comments
 (0)