We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11d02b commit 26423f8Copy full SHA for 26423f8
2 files changed
cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@unfinite/opal",
3
- "version": "0.1.13",
+ "version": "0.1.14",
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.13"
+ @version "0.1.14"
@source_url "https://github.com/scohen/opal"
7
def project do
0 commit comments