Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalPineapple committed Jun 13, 2024
1 parent d39f140 commit 4046032
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Main]

### Fixed
- Fixed a string range bug when a closed range should be half open.

### Added

Expand Down
12 changes: 6 additions & 6 deletions SampleApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- BlueprintUI (4.1.0)
- BlueprintUI/Tests (4.1.0)
- BlueprintUICommonControls (4.1.0):
- BlueprintUI (= 4.1.0)
- BlueprintUI (4.1.1)
- BlueprintUI/Tests (4.1.1)
- BlueprintUICommonControls (4.1.1):
- BlueprintUI (= 4.1.1)

DEPENDENCIES:
- BlueprintUI (from `../BlueprintUI.podspec`)
Expand All @@ -16,8 +16,8 @@ EXTERNAL SOURCES:
:path: "../BlueprintUICommonControls.podspec"

SPEC CHECKSUMS:
BlueprintUI: e3977b3657a5ce03b61b55a8e5cfdcae32c772b4
BlueprintUICommonControls: 8c3c5a718be323baab2c01093978f2735553e035
BlueprintUI: 7f09cc438e04105800fae3d634578a0a4d779081
BlueprintUICommonControls: 7eb7688ca0308772a9cef0af840531be4e12f5e8

PODFILE CHECKSUM: 1cffac4623851f31dc42270ba99701e3825e6d67

Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

BLUEPRINT_VERSION ||= '4.1.0'
BLUEPRINT_VERSION ||= '4.1.1'

SWIFT_VERSION ||= File.read(File.join(__dir__, '.swift-version'))

Expand Down

0 comments on commit 4046032

Please sign in to comment.