Skip to content

Commit

Permalink
Merge branch 'main' of github.com:KosratDAhmad/MuslimData
Browse files Browse the repository at this point in the history
  • Loading branch information
kosratdev committed Jun 20, 2024
2 parents c094b9a + e0372a6 commit 0bdaa05
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.0.1'
s.version = '2.1.0'
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.0.1"
private let dbName = "muslim_db_v2.1.0"
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.1.0] - 2024-06-20
Change comma style in the Arabic azkars to be compatible with the Uthmanic HAFS font.

### Changed

- Changed comma style in the Arabic azkars to use english comma style as it is compatible with the Uthmanic HAFS font.

## [2.0.1] - 2024-05-22
Bug fixes

Expand Down
Binary file not shown.

0 comments on commit 0bdaa05

Please sign in to comment.