Skip to content

Commit

Permalink
Merge pull request #26 from kosratdev/fix-halabja-sunrise
Browse files Browse the repository at this point in the history
Fix Halabja sunrise time
  • Loading branch information
kosratdev authored May 22, 2024
2 parents 3dfe6f5 + f58d1fc commit 89b8041
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
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.0"
private let dbName = "muslim_db_v2.0.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.0.1] - 2024-05-22
Bug fixes

### Fixed

- Fix Halabja, IQ sunrise time at 21 Apr.

## [2.0.0] - 2024-03-09

Refactor database tables to improve table normalization and handle city mapper in the database level.
Expand Down
Binary file not shown.

0 comments on commit 89b8041

Please sign in to comment.