From 2344ee746d0ff6813f3a9281014efff644a3b8e2 Mon Sep 17 00:00:00 2001 From: hmsk Date: Mon, 3 Mar 2025 15:54:19 -0800 Subject: [PATCH] prepare v0.6.5 --- Gemfile.lock | 2 +- lib/quickjs/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d4bc6e0..fbc944e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - quickjs (0.6.4) + quickjs (0.6.5) json securerandom diff --git a/lib/quickjs/version.rb b/lib/quickjs/version.rb index dddbdfa..bf4215a 100644 --- a/lib/quickjs/version.rb +++ b/lib/quickjs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Quickjs - VERSION = "0.6.4" + VERSION = "0.6.5" end