Skip to content

Commit 5b4e8ed

Browse files
committed
0.3.0 release
1 parent 5fca176 commit 5b4e8ed

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.3.0] 2024-08-21
9+
10+
### Added
11+
12+
New library
13+
14+
### Changed
15+
16+
### Fixed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["LiveViewNativeMapKit"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/liveview-native/liveview-client-swiftui", from: "0.3.0-rc.4")
16+
.package(url: "https://github.com/liveview-native/liveview-client-swiftui", from: "0.3.0")
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package, defining a module or a test suite.

mix.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
defmodule LiveViewNativeSwiftUiMapKit.MixProject do
1+
defmodule LiveViewNative.SwiftUI.MapKit.MixProject do
22
use Mix.Project
33

4-
@version "0.3.0-alpha.3"
4+
@version "0.3.0"
55

66
def project do
77
[
8-
app: :live_view_native_swift_ui_map_kit,
8+
app: :live_view_native_swiftui_map_kit,
99
version: @version,
1010
elixir: "~> 1.15",
1111
start_permanent: Mix.env() == :prod,
@@ -23,7 +23,7 @@ defmodule LiveViewNativeSwiftUiMapKit.MixProject do
2323
# Run "mix help deps" to learn about dependencies.
2424
defp deps do
2525
[
26-
{:live_view_native_swift_ui, "~> 0.0.7"},
26+
{:live_view_native_swiftui, "~> 0.3.0"},
2727
]
2828
end
2929
end

0 commit comments

Comments
 (0)