Skip to content

Commit

Permalink
Update framework version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SalehAlbuga committed Aug 19, 2020
1 parent 2e94a8a commit dea092f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Examples/Classic/blob/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/SalehAlbuga/azure-functions-swift", from: "0.6.1"),
.package(url: "https://github.com/SalehAlbuga/azure-functions-swift", from: "0.6.2"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Examples/Classic/http/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/SalehAlbuga/azure-functions-swift", from: "0.6.1"),
.package(url: "https://github.com/SalehAlbuga/azure-functions-swift", from: "0.6.2"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Examples/Classic/queue/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/SalehAlbuga/azure-functions-swift", from: "0.6.1"),
.package(url: "https://github.com/SalehAlbuga/azure-functions-swift", from: "0.6.2"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Examples/Classic/servicebus/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/SalehAlbuga/azure-functions-swift", from: "0.6.1"),
.package(url: "https://github.com/SalehAlbuga/azure-functions-swift", from: "0.6.2"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Examples/Classic/timer/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/SalehAlbuga/azure-functions-swift", from: "0.6.1"),
.package(url: "https://github.com/SalehAlbuga/azure-functions-swift", from: "0.6.2"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit dea092f

Please sign in to comment.