Skip to content

Commit

Permalink
1.9.8 (451)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Feb 20, 2025
1 parent 596b7e2 commit 0ccc7ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "feat/att-action-subscribe",
"revision" : "9fdc3f375f2343b9692adaa982192a91fafbdce2"
"branch" : "develop",
"revision" : "926ecdb0b245c9e250acda88a5120a12e926816d"
}
},
{
Expand Down Expand Up @@ -158,8 +158,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"state" : {
"revision" : "10d06f6a33bafae8c164fbfd1f03391f6d4692b3",
"version" : "5.20.0"
"revision" : "e7d3256c497af9330a0df866ee38f544ddd87c49",
"version" : "5.20.1"
}
},
{
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: "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git", branch: "feat/att-action-subscribe"),
.package(url: "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git", branch: "develop"),
.package(url: "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git", branch: "develop")
]
)
2 changes: 1 addition & 1 deletion ng-env.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test
prod

0 comments on commit 0ccc7ab

Please sign in to comment.