Skip to content

Commit

Permalink
1.4.7 (188)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Nov 7, 2023
1 parent def7aec commit 0ca0079
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- beta
- 'beta-*'

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "develop",
"revision" : "74a903bbc75af22ef19aa77ab20ba8df1ae0de27"
"branch" : "prompts-api",
"revision" : "f28250170cbb93bec05af53beca534af77ddc409"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ 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-assistant-ios.git", branch: "prompts-api"),
]
)
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: atlassian/default-image:3

pipelines:
branches:
'{master,beta}':
'{master,beta,beta-*}':
- step:
script:
- BB_REPO_PATH=$BITBUCKET_CLONE_DIR
Expand Down
2 changes: 1 addition & 1 deletion swift_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def swift_dependencies():
# branch: develop
swift_package(
name = "swiftpkg_nicegram_assistant_ios",
commit = "74a903bbc75af22ef19aa77ab20ba8df1ae0de27",
commit = "f28250170cbb93bec05af53beca534af77ddc409",
dependencies_index = "@//:swift_deps_index.json",
remote = "[email protected]:mobyrix/nicegram-assistant-ios.git",
)
Expand Down
4 changes: 2 additions & 2 deletions swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,9 +727,9 @@
"name": "swiftpkg_nicegram_assistant_ios",
"identity": "nicegram-assistant-ios",
"remote": {
"commit": "74a903bbc75af22ef19aa77ab20ba8df1ae0de27",
"commit": "f28250170cbb93bec05af53beca534af77ddc409",
"remote": "[email protected]:mobyrix/nicegram-assistant-ios.git",
"branch": "develop"
"branch": "prompts-api"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "1.4.6",
"app": "1.4.7",
"bazel": "6.4.0",
"xcode": "15.0.1"
}

0 comments on commit 0ca0079

Please sign in to comment.