We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e515487 commit b24df84Copy full SHA for b24df84
2 files changed
cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@unfinite/opal",
3
- "version": "0.1.21",
+ "version": "0.2.0",
4
"description": "AI coding agent — CLI & typed client library",
5
"license": "MIT",
6
"type": "module",
opal/mix.exs
@@ -1,7 +1,7 @@
defmodule Opal.MixProject do
use Mix.Project
- @version "0.1.21"
+ @version "0.2.0"
@source_url "https://github.com/scohen/opal"
7
def project do
0 commit comments