Skip to content

Commit

Permalink
1.8.9 (376)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Nov 21, 2024
1 parent 61be813 commit 820b190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "feat/new-onboarding",
"revision" : "46671ac5edb2acc67c8bb098d5e09accd566f915"
"branch" : "develop",
"revision" : "9d33d451424ab074abc05ac67617c096418b70e9"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "nicegram-package",
dependencies: [
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "feat/new-onboarding"),
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "develop"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "develop")
]
)

0 comments on commit 820b190

Please sign in to comment.