Skip to content

Commit

Permalink
1.7.9 (307)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Sep 4, 2024
1 parent a4d3c5b commit 9d60143
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ ci/working_dir
.build
Telegram/Telegram-iOS/FirebaseRemoteConfigDefaults.plist
*telegram-bazel-cache*
Package_local.swift
2 changes: 1 addition & 1 deletion MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@
"kind" : "remoteSourceControl",
"location" : "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "develop",
"revision" : "83589d06f52ae132c194a048f2f8261e51f9e732"
"branch" : "feat/ton-v5",
"revision" : "9467e141732d2174af29090b3740d0c3495e4804"
}
},
{
"identity" : "nicegram-wallet-ios",
"kind" : "remoteSourceControl",
"location" : "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git",
"state" : {
"branch" : "develop",
"revision" : "e1784450f5de2a47d88a52bdb2a91136619e0ed6"
"branch" : "feat/ton-v5",
"revision" : "4a0c44599e30aebf2ed6767ac5daf0d68d1b3705"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions 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: "develop"),
.package(url: "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git", branch: "develop"),
.package(url: "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git", branch: "feat/ton-v5"),
.package(url: "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git", branch: "feat/ton-v5")
]
)
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "1.7.8",
"app": "1.7.9",
"xcode": "15.2",
"bazel": "7.1.1",
"macos": "13.0"
Expand Down

0 comments on commit 9d60143

Please sign in to comment.