Skip to content

Commit 0fad6c3

Browse files
committed
release: v0.1.2
1 parent bdd4569 commit 0fad6c3

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111

1212
## [0.1.1] - 2025-04-20
1313
- Updated gemspec for better compatibility
14+
15+
## [0.1.2] - 2025-04-20
16+
- Updated homepage in gemspec

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This gem uses PostgreSQL's JSONB datatype and ActiveRecord models to translate m
1010

1111
## Features
1212

13-
- [x] `v0.1.1` It works
13+
- [x] `v0.1.2` It works
1414

1515
## Requirements
1616

awesome_jsonb_translate.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = "ActiveRecord translations using PostgreSQL's JSONB data type"
1212
spec.description = "This gem uses PostgreSQL's JSONB datatype to store and retrieve translations for ActiveRecord models without extra columns or tables"
13-
spec.homepage = 'https://github.com/username/awesome_jsonb_translate'
13+
spec.homepage = 'https://github.com/firedev/awesome_jsonb_translate'
1414
spec.license = 'MIT'
1515

1616
spec.metadata['homepage_uri'] = spec.homepage
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AwesomeJsonbTranslate
4-
VERSION = '0.1.1'
4+
VERSION = '0.1.2'
55
end

0 commit comments

Comments
 (0)