Skip to content

Commit

Permalink
Release v.1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gehtsoft committed Mar 16, 2024
1 parent 4240bf4 commit c421d3c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Sources/src/stdlib.swift
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,4 @@ public class StdLib: NSObject {
guard let x = x else { return }
printLog(message: x)
}

}
1 change: 0 additions & 1 deletion Sources/src/string_map.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ public class StringMap: NSObject {
public func clear() -> Void {
map.removeAll()
}

}
1 change: 0 additions & 1 deletion Sources/src/variantCast.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ public class VariantCast: NSObject {
public static func castToObject(_ v : variant?) -> NSObject? {
v?.asObject()
}

}

0 comments on commit c421d3c

Please sign in to comment.