Skip to content

Commit

Permalink
Preparing for the 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Aug 24, 2016
1 parent ba7e64d commit f531aa1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.5.0

New features:

- Bundle is used in string resources

Bugfix:

- Detect all segues correctly
- Fix namespace problems with validation errors

## 2.4.0

New features:
Expand Down
2 changes: 1 addition & 1 deletion R.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "R.swift"
spec.version = "2.4.0"
spec.version = "2.5.0"
spec.license = "MIT"

spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"
Expand Down
2 changes: 1 addition & 1 deletion R.swift/version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

import Foundation

let version = "2.4.0"
let version = "2.5.0"

0 comments on commit f531aa1

Please sign in to comment.