diff --git a/ios/llama.podspec b/ios/llama.podspec index 69ccb30..66bc2f3 100644 --- a/ios/llama.podspec +++ b/ios/llama.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.description = <<-DESC A new Flutter FFI plugin project. DESC - s.homepage = 'https://github.com/Mobile-Artificial-Intelligence/dart_llama' + s.homepage = 'https://github.com/Mobile-Artificial-Intelligence/llama_dart' s.license = { :file => '../LICENSE' } s.author = { 'Dane Madsen' => 'dane_madsen@hotmail.com' } s.dependency 'Flutter' diff --git a/macos/llama.podspec b/macos/llama.podspec index 160f202..2c882a4 100644 --- a/macos/llama.podspec +++ b/macos/llama.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.description = <<-DESC A new Flutter FFI plugin project. DESC - s.homepage = 'https://github.com/Mobile-Artificial-Intelligence/dart_llama' + s.homepage = 'https://github.com/Mobile-Artificial-Intelligence/llama_dart' s.license = { :file => '../LICENSE' } s.author = { 'Dane Madsen' => 'dane_madsen@hotmail.com' } s.dependency 'FlutterMacOS' diff --git a/pubspec.yaml b/pubspec.yaml index 835a5c2..c3ff20e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: llama description: "llama is a dart implementation of llama.cpp used by the mobile artificial intelligence distribution (maid)" -version: 1.0.1 -homepage: "https://github.com/Mobile-Artificial-Intelligence/dart_llama" +version: 0.0.1 +homepage: "https://github.com/Mobile-Artificial-Intelligence/llama_dart" environment: sdk: '>=3.3.0 <4.0.0'