chore: register version 1.1.0

This commit is contained in:
Jefferson Mantovani 2025-11-06 11:11:42 -03:00
parent a4163a2ba6
commit bf75cd766a

View File

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