Updates version

This commit is contained in:
Muhammad Nawzad 2023-07-29 16:35:56 +03:00
parent ec3a318f53
commit 64f81a387b
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
schemable (0.1.2) schemable (0.1.3)
factory_bot_rails (~> 6.2.0) factory_bot_rails (~> 6.2.0)
jsonapi-rails (~> 0.4.1) jsonapi-rails (~> 0.4.1)

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Schemable module Schemable
VERSION = "0.1.2" VERSION = "0.1.3"
end end