Bump version to 1.1.0 and update README
Add accessibility section documenting WCAG 2.2 AAA compliance, keyboard navigation, focus management, and theme support. Update file handling with single-instance and OS association. Fix repo URLs and version badge.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vesper"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
description = "A beautiful markdown reader"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Vesper",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"identifier": "com.vesper.reader",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
|
||||
Reference in New Issue
Block a user