Skip to content

Commit c28d42a

Browse files
ArthurDEV44claude
andcommitted
chore(release): bump version to 0.8.1
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a2813e9 commit c28d42a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/web/src/components/marketing/HeroSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface HeroTranslations {
2121

2222
const translations: Record<string, HeroTranslations> = {
2323
fr: {
24-
badge: 'v0.8.0 Disponible',
24+
badge: 'v0.8.1 Disponible',
2525
titleLine1: "Extrayez l'essentiel.",
2626
titleLine2: 'Économisez des tokens.',
2727
descriptionStart: ' compresse intelligemment le contexte LLM. Obtenez jusqu\'à ',
@@ -33,7 +33,7 @@ const translations: Record<string, HeroTranslations> = {
3333
languages: 'Langages',
3434
},
3535
en: {
36-
badge: 'v0.8.0 Now Available',
36+
badge: 'v0.8.1 Now Available',
3737
titleLine1: 'Extract the essence.',
3838
titleLine2: 'Save tokens.',
3939
descriptionStart: ' compresses LLM context intelligently. Get up to ',

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "distill-mcp",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Distill - MCP Server for LLM token optimization and context compression",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)