This is an automated email from the ASF dual-hosted git repository.

baumgold pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f1d51a  Bump Arrow & ArrowTypes versions (#460)
9f1d51a is described below

commit 9f1d51a2c975bd83cbaf70c5f640762c6a0bccaf
Author: Jacob Quinn <[email protected]>
AuthorDate: Fri Jun 9 07:27:15 2023 -0600

    Bump Arrow & ArrowTypes versions (#460)
---
 Project.toml                | 2 +-
 README.md                   | 2 +-
 src/ArrowTypes/Project.toml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Project.toml b/Project.toml
index 405c87b..c31128d 100644
--- a/Project.toml
+++ b/Project.toml
@@ -17,7 +17,7 @@
 name = "Arrow"
 uuid = "69666777-d1a9-59fb-9406-91d4454c9d45"
 authors = ["quinnj <[email protected]>"]
-version = "2.6.1"
+version = "2.6.2"
 
 [deps]
 ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
diff --git a/README.md b/README.md
index 12a36d3..b20fc70 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # Arrow
 
-[![docs](https://img.shields.io/badge/docs-latest-blue&logo=julia)](https://arrow.juliadata.org/dev/)
+[![docs](https://img.shields.io/badge/docs-latest-blue&logo=julia)](https://apache.github.io/arrow-julia/dev/)
 
[![CI](https://github.com/apache/arrow-julia/workflows/CI/badge.svg)](https://github.com/apache/arrow-julia/actions?query=workflow%3ACI)
 
[![codecov](https://app.codecov.io/gh/apache/arrow-julia/branch/main/graph/badge.svg)](https://app.codecov.io/gh/apache/arrow-julia)
 
diff --git a/src/ArrowTypes/Project.toml b/src/ArrowTypes/Project.toml
index fec92d6..cf58e80 100644
--- a/src/ArrowTypes/Project.toml
+++ b/src/ArrowTypes/Project.toml
@@ -18,7 +18,7 @@
 name = "ArrowTypes"
 uuid = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
 authors = ["quinnj <[email protected]>"]
-version = "2.2.1"
+version = "2.2.2"
 
 [deps]
 Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

Reply via email to