Skip to content

Commit e83d828

Browse files
jbgosselinclaude
andcommitted
Bump version to 4.0.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fc0925c commit e83d828

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "douban-album-downloader",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "douban-album-downloader"
3-
version = "3.0.0"
3+
version = "4.0.0"
44
description = "Batch download photo albums from Douban"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/nicedoc/tauri/refs/heads/v2/crates/tauri-cli/schema.json",
33
"productName": "Douban Album Downloader",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"identifier": "com.douban-album-downloader.app",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)