Skip to content

Commit

Permalink
Preparing for the 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed May 31, 2017
1 parent ea7e0ed commit d341d73
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Changelog.md
@@ -1,3 +1,15 @@
## 3.3.0

*New features:*
- Better checks for color spaces in clr files
- Include base translation in R.strings code

*Fixed issues:*
- Validating images from nibs now respects bundle

*Other:*
- We now use swift package manager as our build tool

## 3.3.0.beta.1

*New features:*
Expand Down
2 changes: 1 addition & 1 deletion R.swift.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "R.swift"
spec.version = "3.3.0.beta.1"
spec.version = "3.3.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 Sources/rswift/Rswift.swift
Expand Up @@ -10,6 +10,6 @@
import Foundation

struct Rswift {
static let version = "3.3.0.beta.1"
static let version = "3.3.0"
static let resourceFileName = "R.generated.swift"
}

0 comments on commit d341d73

Please sign in to comment.