chore: register version 1.1.0

This commit is contained in:
Jefferson Mantovani 2025-11-06 16:19:42 -03:00
parent 4c721e4431
commit b4f5134156

View File

@ -3,7 +3,7 @@ import type { AppVersion } from "@/model/AppVersion";
export const appVersions: AppVersion[] = [
{
tag: "1.1.0",
ipfsHash: "bafybeigs4juzxfz2t3j7pcarnfxpu7vhj75v6z3ntfqqsdbf3jec3mvfxi",
ipfsHash: "bafybeiaffdxrxoex3qh7kirnkkufnvpafb4gmkt7mjxufnnpbrq6tmqoha",
releaseDate: "2025-11-06",
description: "Explorer and versioning features added"
},