Skip to content

Commit

Permalink
update joplin version
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Dec 11, 2023
1 parent cc3d1f4 commit 2330309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Python interface for the [Joplin data API](https://joplinapp.org/api/references/
[![tests](https://github.com/marph91/joppy/actions/workflows/tests.yml/badge.svg)](https://github.com/marph91/joppy/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/marph91/joppy/branch/master/graph/badge.svg?token=97E6IX792A)](https://codecov.io/gh/marph91/joppy)

[![https://img.shields.io/badge/Joplin-2.12.18-blueviolet](https://img.shields.io/badge/Joplin-2.12.18-blueviolet)](https://github.com/laurent22/joplin)
[![https://img.shields.io/badge/Joplin-2.13.9-blueviolet](https://img.shields.io/badge/Joplin-2.13.9-blueviolet)](https://github.com/laurent22/joplin)
[![Python version](https://img.shields.io/pypi/pyversions/joppy.svg)](https://pypi.python.org/pypi/joppy/)

## :computer: Installation
Expand Down
2 changes: 1 addition & 1 deletion test/setup_joplin.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def download_joplin(destination: str) -> None:
# "https://api.github.com/repos/laurent22/joplin/releases"
# )
# latest_version = response.json()[0]["name"].lstrip("v")
latest_version = "2.12.18"
latest_version = "2.13.9"
print(f"Testing with Joplin version {latest_version}.")

# download the binary
Expand Down

0 comments on commit 2330309

Please sign in to comment.