Skip to content

Commit 50df322

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix(version): bump manifest version to match 1.0.0 tag
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a434eda commit 50df322

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "absolute-zero"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
description = "Certified Null Operation - A program that does absolutely nothing"
66
license = "MIT"

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@absolute-zero/cno",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"exports": "./mod.ts",
55
"tasks": {
66
"build": "deno run --allow-read --allow-write build.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "absolute-zero",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)