From 46f2801f1f5b15a574ceae3a48b6cee4cb36e5b5 Mon Sep 17 00:00:00 2001 From: Uysim Date: Wed, 7 Aug 2024 11:17:43 +0700 Subject: [PATCH] increase to version 0.8.0 --- README.md | 1 + lib/pagy_cursor/version.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e79cd0..dbab39e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Many thanks to: - [Hirokazu Hata](https://github.com/h-michael) - [M. Yunan Helmy](https://github.com/yunanhelmy) - [Eumir Gaspar](https://github.com/corroded) +- [Jasl](https://github.com/jasl) ## Support Databases diff --git a/lib/pagy_cursor/version.rb b/lib/pagy_cursor/version.rb index c6b8360..7fbfbae 100644 --- a/lib/pagy_cursor/version.rb +++ b/lib/pagy_cursor/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PagyCursor - VERSION = "0.7.0" -end \ No newline at end of file + VERSION = "0.8.0" +end