Skip to content

Commit

Permalink
Bump version to 5.0.3
Browse files Browse the repository at this point in the history
To trigger a new BCR release.
  • Loading branch information
jpsim committed Jan 16, 2023
1 parent 4b6baa8 commit c7facc5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.0.2
## 5.0.3

##### Breaking

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "yams",
version = "5.0.2",
version = "5.0.3",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cmake --build /path/to/build

### Swift Package Manager

Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.2")` to your
Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.3")` to your
`Package.swift` file's `dependencies`.

### CocoaPods
Expand Down
2 changes: 1 addition & 1 deletion Yams.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Yams'
s.version = '5.0.2'
s.version = '5.0.3'
s.summary = 'A sweet and swifty YAML parser.'
s.homepage = 'https://github.com/jpsim/Yams'
s.source = { :git => s.homepage + '.git', :tag => s.version }
Expand Down
2 changes: 1 addition & 1 deletion Yams.xcodeproj/Yams_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.2</string>
<string>5.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit c7facc5

Please sign in to comment.