Skip to content

Commit

Permalink
0.0.1-alpha.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
5eeman committed Sep 13, 2024
1 parent 1cfc9e5 commit 1b3b4b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## 0.0.1-alpha.1 (2024-09-13)

* TODO: Describe initial release.
Initial release.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

dependencies {
implementation "io.iden3:rapidsnark:0.0.1-alpha.1"
implementation "io.iden3:rapidsnark:0.0.1-alpha.2"

testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'
Expand Down
9 changes: 4 additions & 5 deletions ios/flutter_rapidsnark.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
Pod::Spec.new do |s|
s.name = 'flutter_rapidsnark'
s.version = '0.0.1'
s.summary = 'A new Flutter project.'
s.summary = 'Rapidsnark Flutter pod for plugin.'
s.description = <<-DESC
A new Flutter project.
Rapidsnark Flutter pod for plugin.
DESC
s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => '[email protected]' }
s.author = { 'iden3' => '[email protected]' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
Expand All @@ -20,9 +20,8 @@ A new Flutter project.
# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386',
'OTHER_LDFLAGS' => ' -force_load $(PODS_TARGET_SRCROOT)/Frameworks/librapidsnark.a -lc++ -lz'
}
s.swift_version = '5.0'

s.dependency 'rapidsnark', '0.0.1-alpha.4'
s.dependency 'rapidsnark', '0.0.1-alpha.5'
end
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_rapidsnark
description: "Rapidsnark Flutter Plugin"
version: 0.0.1-alpha.1+1
version: 0.0.1-alpha.1
homepage: https://github.com/iden3/flutter-rapidsnark

environment:
Expand Down

0 comments on commit 1b3b4b9

Please sign in to comment.