Skip to content

Commit

Permalink
Updated BRUtils to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Balancingrock committed Mar 31, 2018
1 parent 7ad1b5c commit 827a1bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
]
)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 827a1bc

Please sign in to comment.