Skip to content

Commit

Permalink
Merge pull request #31 from kosratdev/fix-badini-translation
Browse files Browse the repository at this point in the history
Fix some Kurdish Badini translation in the Azkars section
  • Loading branch information
kosratdev authored Nov 27, 2024
2 parents f2ff251 + c342e60 commit 066f9a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MuslimData.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MuslimData'
s.version = '2.2.0'
s.version = '2.2.1'
s.summary = 'Islamic library (Prayer Times [fixed and calculated], Names of Allah, and Azkars).'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion Sources/MuslimData/DB Helper/DBHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Foundation
class DBHelper {
// MARK: - Properties

private let dbName = "muslim_db_v2.3.0"
private let dbName = "muslim_db_v2.3.1"
var dbPool: DatabasePool?
static let shared = DBHelper()

Expand Down
7 changes: 7 additions & 0 deletions Sources/MuslimData/Resources/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to the MuslimData database will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.1] - 2024-11-27
Fix some Kurdish Badini translation.

### Fixed

- Fix some Kurdish Badini translation in Azkars section.

## [2.3.0] - 2024-11-21
Change Kalar and Kifri, IQ prayer times.

Expand Down
Binary file not shown.

0 comments on commit 066f9a6

Please sign in to comment.