From ee02ebe3a701f6a403ae085c5b489e6f5d882f1e Mon Sep 17 00:00:00 2001
From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com>
Date: Tue, 29 Oct 2024 12:58:46 -0700
Subject: [PATCH] chore: bump version to v129.1.0 (#1652)

bump version to 129.1.0
---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index e38c06f2..9c9a758d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1443,7 +1443,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
 
 [[package]]
 name = "v8"
-version = "129.0.0"
+version = "129.1.0"
 dependencies = [
  "align-data",
  "bindgen",
diff --git a/Cargo.toml b/Cargo.toml
index 7363d454..1696bd9f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "v8"
-version = "129.0.0"
+version = "129.1.0"
 description = "Rust bindings to V8"
 readme = "README.md"
 authors = ["the Deno authors"]