@jslee124/forge 0.3.0-bootstrap.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -734,7 +734,7 @@ function safeErrorMessage(error) {
734
734
  }
735
735
 
736
736
  // packages/core/dist/index.js
737
- var FORGE_VERSION = "0.3.0-bootstrap.0";
737
+ var FORGE_VERSION = "0.3.0";
738
738
 
739
739
  // apps/cli/src/program.ts
740
740
  import { Command } from "commander";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jslee124/forge",
3
- "version": "0.3.0-bootstrap.0",
3
+ "version": "0.3.0",
4
4
  "description": "A safe, observable, and evaluable coding agent",
5
5
  "license": "MIT",
6
6
  "type": "module",