Update Schemable gem version to 1.0.2

This commit is contained in:
Muhammad Nawzad 2024-01-30 13:17:17 +03:00
parent e894e46216
commit 1afb31bccb
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Schemable
VERSION = '1.0.1'
VERSION = '1.0.2'
end