Skip to content

Commit

Permalink
release: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed Nov 18, 2024
1 parent 6b31a70 commit 84a8ab4
Show file tree
Hide file tree
Showing 9 changed files with 7,981 additions and 7,977 deletions.
4 changes: 2 additions & 2 deletions AsyncStorageSQLite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Pod::Spec.new do |spec|
spec.homepage = info["homepage"]
spec.license = info["license"]["type"]
spec.author = info["author"]
spec.source = { :git => info["repository"], :tag => "#{spec.version}" }
spec.source = { :git => info["repository"], :tag => "v#{spec.version}" }
spec.swift_version = "5.8"
spec.platforms = { :ios => "16.0" }
spec.platforms = { :ios => "15.0" }

spec.vendored_frameworks = "#{podspecName}/#{frameworkName}.xcframework"
spec.source_files = "#{podspecName}/src/**/*.{swift}"
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.2] - 2024-10-29

- Changed min. iOS deployment target to 15

## [0.1.1] - 2024-10-29

- Bumped dependencies
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
1. Update version in [package_info.json](package_info.json)
2. Build binaries via `bundleSQLiteStorage` gradle task
3. Update CHANGELOG
4. Commit changes (name it `release: MAJOR.MINOR.PATCH`)
5. Create tag (name it `MAJOR.MINOR.PATCH`)
4. Commit changes (name it `release: vMAJOR.MINOR.PATCH`)
5. Create tag (name it `vMAJOR.MINOR.PATCH`)
6. Push commit and tag to `main`
7. Create Github release

Expand Down
2 changes: 1 addition & 1 deletion package_info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Async Storage SQLite",
"version": "0.1.1",
"version": "0.1.2",
"description": "Multiplatform key-value storage backed by SQLite for React Native Async Storage",
"author": "Krzysztof Borowy",
"homepage": "https://github.com/react-native-async-storage/sqlite-storage-native",
Expand Down

0 comments on commit 84a8ab4

Please sign in to comment.