Skip to content

Commit

Permalink
☝🏼 source appstore: bump tap version to 0.2.1-airbyte to pickup bugfi…
Browse files Browse the repository at this point in the history
…xes (#2249)
  • Loading branch information
sherifnada committed Mar 2, 2021
1 parent 83f6411 commit 94091bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sourceDefinitionId": "2af123bf-0aaf-4e0d-9784-cb497f23741a",
"name": "Appstore",
"dockerRepository": "airbyte/source-appstore-singer",
"dockerImageTag": "0.1.3",
"dockerImageTag": "0.1.4",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-appstore"
}
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@
- sourceDefinitionId: 2af123bf-0aaf-4e0d-9784-cb497f23741a
name: Appstore
dockerRepository: airbyte/source-appstore-singer
dockerImageTag: 0.1.3
documentationUrl: https://hub.docker.com/r/airbyte/source-appstore
dockerImageTag: 0.1.4
documentationUrl: https://hub.docker.com/r/airbyte/source-appstore-singer
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install ".[main]"

LABEL io.airbyte.version=0.1.3
LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.name=airbyte/source-appstore-singer
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"base-singer",
"base-python",
"pyjwt==1.6.4", # required by appstore connect
"tap-appstore @ https://github.com/airbytehq/tap-appstore/tarball/master",
"tap-appstore @ https://github.com/airbytehq/tap-appstore/tarball/v0.2.1-airbyte",
],
package_data={"": ["*.json"]},
setup_requires=["pytest-runner"],
Expand Down

0 comments on commit 94091bb

Please sign in to comment.