Skip to content

Commit

Permalink
Add post_city to returned data, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mareklipka committed Feb 27, 2023
1 parent ae14d37 commit 9719420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/gus_bir1/response/search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def parse_dane(hash)
search_result.type_desc = type_info(search_result)
search_result.silos_desc = silos_info(search_result)
search_result.report = report_info(search_result)
search_result.post_city = hash['MiejscowoscPoczty']
search_result
end

Expand Down
2 changes: 1 addition & 1 deletion lib/gus_bir1/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GusBir1
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit 9719420

Please sign in to comment.