Skip to content

Commit f29f202

Browse files
committed
chore: prepare version 0.3.1
1 parent e7a4bf3 commit f29f202

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"name": "asimonim",
1212
"description": "LSP and MCP support for DTCG design tokens - intelligent autocomplete, hover docs, diagnostics, code actions, and AI-native token discovery, validation, search, and conversion",
13-
"version": "0.3.0",
13+
"version": "0.3.1",
1414
"author": {
1515
"name": "Benny Powers",
1616
"email": "web@bennypowers.com"

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Benny Powers <web@bennypowers.com>",
66
"publisher": "pwrs",
77
"license": "GPL-3.0-or-later",
8-
"version": "0.3.0",
8+
"version": "0.3.1",
99
"categories": [
1010
"Programming Languages",
1111
"Snippets",

extensions/zed/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "design-tokens"
22
name = "Design Tokens"
33
description = "Language server for DTCG design tokens with hover docs, completions, diagnostics, and code actions for CSS, HTML, JavaScript, TypeScript, JSON, and YAML files"
4-
version = "0.3.0"
4+
version = "0.3.1"
55
schema_version = 1
66
authors = ["Benny Powers <web@bennypowers.com>"]
77
repository = "https://github.com/bennypowers/asimonim"

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pwrs/asimonim",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "CLI tool for parsing and working with DTCG design tokens",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)