Skip to content

Commit

Permalink
Updated to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Mar 31, 2018
1 parent 29221f0 commit 66ded08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Master

## 0.3.4

#### Fixed
- Fixed swift package manager dependency targeting so that `BeakCore` can be used as a dependency #19

#### Internal
- Updated PathKit, SWXMLHash, swift-package-manager, and SwiftShell

[Commits](https://github.com/yonaskolb/Beak/compare/0.3.3...0.3.4)

## 0.3.3

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Sources/BeakCore/Beak.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public struct BeakOptions {

public class Beak {

public let version: String = "0.3.3"
public let version: String = "0.3.4"
public let options: BeakOptions

public init(options: BeakOptions) {
Expand Down

0 comments on commit 66ded08

Please sign in to comment.