From 9f1d51a2c975bd83cbaf70c5f640762c6a0bccaf Mon Sep 17 00:00:00 2001 From: Jacob Quinn Date: Fri, 9 Jun 2023 07:27:15 -0600 Subject: [PATCH] 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 405c87b7..c31128de 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ name = "Arrow" uuid = "69666777-d1a9-59fb-9406-91d4454c9d45" authors = ["quinnj "] -version = "2.6.1" +version = "2.6.2" [deps] ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd" diff --git a/README.md b/README.md index 12a36d3e..b20fc702 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 fec92d62..cf58e803 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 "] -version = "2.2.1" +version = "2.2.2" [deps] Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"