diff --git a/Package.swift b/Package.swift index 5a58722..57ef2a4 100644 --- a/Package.swift +++ b/Package.swift @@ -4,6 +4,6 @@ let package = Package( name: "VJson", dependencies: [ .Package(url: "https://github.com/Balancingrock/Ascii", "1.0.0"), - .Package(url: "https://github.com/Balancingrock/BRUtils", "0.9.0") + .Package(url: "https://github.com/Balancingrock/BRUtils", "0.10.0") ] ) diff --git a/README.md b/README.md index cdd910d..199401a 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,10 @@ Note: Planned releases are for information only and subject to change without no #### 0.10.8 (Current) +- BRUtils was updated to 0.10.0 + +#### 0.10.8 + - Split the implementation into multiple source files - Added undo/redo support - Harmonized with Foundation class behaviour (minor changes in usage)