Skip to content

Commit

Permalink
Bump version: 1.5.17 --> 1.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexyIbrahim committed Oct 14, 2024
1 parent 647da0f commit 2ec067f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.17
current_version = 1.5.18
commit = True
tag = False
tag_name = {new_version}
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.2
// The swift-tools-version declares the minimum version of Swift required to build this package.

// Package version: 1.5.17
// Package version: 1.5.18

import PackageDescription

Expand All @@ -19,9 +19,9 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.0.0"),
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.0"),
.package(url: "https://github.com/relatedcode/ProgressHUD.git", from: "13.0.0"),
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.10.0"),
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.2"),
.package(url: "https://github.com/relatedcode/ProgressHUD.git", from: "14.1.3"),
.package(url: "https://github.com/google/promises.git", from: "2.3.1"),
],
targets: [
Expand Down

0 comments on commit 2ec067f

Please sign in to comment.