From 8445b42cc0475a27e063dd896fdfb24e3a0ebbf2 Mon Sep 17 00:00:00 2001 From: Kielov Date: Tue, 30 Jun 2026 19:36:21 -0400 Subject: [PATCH] docs: sync version strings to 1.3.0 (README was '1.0-RC'; released_at -> 2026-06-28) --- README.md | 2 +- wick-meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50cbc38..aba986b 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,7 @@ If you want to run Wick offline on your own GPU, see **[TRAINING-GUIDE.md](TRAIN ## Version & License -**Version:** 1.0-RC (Release Candidate) +**Version:** 1.3.0 **License:** [MIT](LICENSE) — fork it, modify it, run it commercially, build on it. That's the point. **Trademarks:** "Wick" and "Agora Dynamics" are marks of Agora Dynamics LLC (see `LICENSE` for the trademark notice — nominative use is fine, branding a confusingly-similar derivative is not). **Training data:** Same MIT license. Fine-tune away — local, commercial, derivative, whatever suits you. diff --git a/wick-meta.json b/wick-meta.json index ae1f88a..f271f0d 100644 --- a/wick-meta.json +++ b/wick-meta.json @@ -2,7 +2,7 @@ "meta_schema_version": "wick-meta/1.0", "version": "1.3.0", "release_channel": "alpha", - "released_at": "2026-06-27", + "released_at": "2026-06-28", "license": "MIT", "publisher": "Agora Dynamics LLC", "training_pairs": 26,