Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IT documentation, ticketing and accounting system for small MSPs

[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://itflow.org/)
[![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://demo.itflow.org/)
[![Version: 26.04~ynh1](https://img.shields.io/badge/Version-26.04~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/itflow/)
[![Version: 26.05~ynh1](https://img.shields.io/badge/Version-26.05~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/itflow/)

<div align="center">
<a href="https://apps.yunohost.org/app/itflow"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
Expand Down
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "ITFlow"
description.en = "IT documentation, ticketing and accounting system for small MSPs"
description.fr = "Système de documentation, de billetterie et de comptabilité pour les petits MSP"

version = "26.04~ynh1"
version = "26.05~ynh1"

maintainers = ["eric_G"]

Expand Down Expand Up @@ -44,8 +44,8 @@ ram.runtime = "50M"
[resources.sources]

[resources.sources.main]
url = "https://github.com/itflow-org/itflow/archive/refs/tags/v26.04.tar.gz"
sha256 = "2d8241a56d758817335acb3329aa99e6272634eb804fd982919b8126846983c9"
url = "https://github.com/itflow-org/itflow/archive/refs/tags/v26.05.tar.gz"
sha256 = "44a3cb56894252100b9a988619ef6555e47e811be824da993b57bed7f1c95c0c"

autoupdate.strategy = "latest_github_tag"

Expand Down