mirror of
https://github.com/waaraawa/ByteGrid.git
synced 2026-07-22 06:41:47 +00:00
chore: restore version to 1.0.0
This commit is contained in:
parent
2f1c36294f
commit
32d30a6446
5 changed files with 6 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "bytegrid",
|
||||
"name": "ByteGrid",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Visualize binary data and C struct memory layouts.",
|
||||
"author": "waaraawa",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bytegrid",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Binary data and C struct memory layout visualization for Obsidian",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytegrid/core",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Core rendering logic for ByteGrid",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytegrid/obsidian-plugin",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "ByteGrid Obsidian plugin",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"author": "ByteGrid Contributors",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@bytegrid/core": "^1.0.1"
|
||||
"@bytegrid/core": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.10.6",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"1.0.0": "1.0.0",
|
||||
"1.0.1": "1.0.0"
|
||||
"1.0.0": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue