Skip to content

Commit

Permalink
Release 1.7.5 (296)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Aug 20, 2024
1 parent 3ef2281 commit 8ddc2c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"location" : "https://github.com/denis15yo/core-swift.git",
"state" : {
"branch" : "release/1.0.0",
"revision" : "f03e7c89c56aaafdb3b22a8ab5ebfefb3fb018a6"
"revision" : "ff29d19dc288c4b46f1ba16df1a9b320af384e9b"
}
},
{
Expand Down Expand Up @@ -122,17 +122,17 @@
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "develop",
"revision" : "1b82457f99a129e8c97d8314b405e1e0e411a8a6"
"branch" : "master",
"revision" : "e9129c74ffc2bb0ff74b9ee887bcf37c5a8a00c9"
}
},
{
"identity" : "nicegram-wallet-ios",
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-wallet-ios.git",
"state" : {
"branch" : "develop",
"revision" : "3a10f5bd47e6251a6bf4d8c80db11867cfc803d9"
"branch" : "master",
"revision" : "64428c3992ef989f6e9fc943d111c21cc895f4d5"
}
},
{
Expand Down Expand Up @@ -321,7 +321,7 @@
"location" : "https://github.com/denis15yo/ton-swift.git",
"state" : {
"branch" : "main",
"revision" : "e4c3def222afc125f7ee83c1569004e31f0cd05c"
"revision" : "385a83b922f6c4ba1fdb26128086ae35f95893d4"
}
},
{
Expand All @@ -347,8 +347,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/trustwallet/wallet-core.git",
"state" : {
"revision" : "a05c01a44251254749801ebeb0fc4f9623c44f10",
"version" : "4.1.4"
"revision" : "160a6e6275d25c0edb91823ae62c605d3d66c013",
"version" : "4.1.5"
}
},
{
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: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "develop"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "develop"),
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "master"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "master"),
]
)
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.4",
"app": "1.7.5",
"xcode": "15.2",
"bazel": "7.1.1",
"macos": "13.0"
Expand Down

0 comments on commit 8ddc2c9

Please sign in to comment.