Skip to content

Commit e8b4652

Browse files
committed
fix(release): bump version to 0.2.6, pin Veo news in README
- Bump version 0.2.5 -> 0.2.6 in CMakeLists.txt, vcpkg.json - Pin Veo Watermark Remover demo announcement at top of README
1 parent eaf80b8 commit e8b4652

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.21)
2-
project(GeminiWatermarkTool VERSION 0.2.5 LANGUAGES CXX)
2+
project(GeminiWatermarkTool VERSION 0.2.6 LANGUAGES CXX)
33

44
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
88
[![GitHub Stars](https://img.shields.io/github/stars/allenk/GeminiWatermarkTool?style=social)](https://github.com/allenk/GeminiWatermarkTool)
99

10+
📢 **Now available: [Veo Video Watermark Remover](https://github.com/allenk/VeoWatermarkRemover)** — remove Google Veo "Veo" text watermarks from videos, same reverse alpha blending engine. Demo build (Win x64).
11+
1012
> ## 📌 Original Author Notice (Reverse Alpha Blending)
1113
> I am the original author of **GeminiWatermarkTool** and the reverse **alpha-blending** restoration method used to remove the visible "Gemini" watermark while preserving image detail (Allen Kuo / allenk).
1214
>

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gemini-watermark-tool",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A tool to add/remove Gemini-style visible watermarks using reverse alpha blending",
55
"homepage": "https://github.com/allenk/GeminiWatermarkTool",
66
"license": "MIT",

0 commit comments

Comments
 (0)