Skip to content

Commit d49c00d

Browse files
committed
Preparing for the 2.3.0 release
1 parent 2b5fc5e commit d49c00d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.3.0
2+
3+
New features:
4+
- Add `--version` parameter that shows the version of R.swift you are running
5+
6+
Fixed issues:
7+
- Use correct locale for localized strings
8+
- Fix typo in generated comments (by @waywalker)
9+
110
## 2.2.2
211

312
Fixed issues:

R.swift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "R.swift"
4-
spec.version = "2.2.2"
4+
spec.version = "2.3.0"
55
spec.license = "MIT"
66

77
spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"

R.swift/version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
import Foundation
1010

11-
let version = "nightly build"
11+
let version = "2.3.0"

0 commit comments

Comments
 (0)