Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yatatsu committed Nov 13, 2024
1 parent 79af3ed commit 11a81a7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.1

- Update payjp-ios to [2.1.3](https://github.com/payjp/payjp-ios/releases/tag/2.1.3).
- Update payjp-android to [2.1.1](https://github.com/payjp/payjp-android/releases/tag/2.1.1).

## 0.7.0

- Update payjp-ios to [2.1.0](https://github.com/payjp/payjp-ios/releases/tag/2.1.0).
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ org.gradle.caching=true
android.useAndroidX=true
android.enableJetifier=true

VERSION_NAME=0.7.0
VERSION_NAME=0.7.1
2 changes: 1 addition & 1 deletion ios/Classes/PayjpPluginConstant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ struct PayjpPluginConstant {
private init() {
}

static let PluginVersion: String = "0.7.0"
static let PluginVersion: String = "0.7.1"
}
2 changes: 1 addition & 1 deletion ios/payjp_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ payjp_sdk = JSON.parse(File.read(File.join(__dir__, '../sdkconfig.json')))

Pod::Spec.new do |s|
s.name = 'payjp_flutter'
s.version = '0.7.0'
s.version = '0.7.1'
s.summary = 'A Flutter plugin for PAY.JP Mobile SDK.'
s.description = <<-DESC
A Flutter plugin for PAY.JP Mobile SDK.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: payjp_flutter
version: 0.7.0
version: 0.7.1
description: A Flutter plugin for PAY.JP Mobile SDK.
homepage: https://github.com/payjp/payjp-flutter-plugin
repository: https://github.com/payjp/payjp-flutter-plugin
Expand Down

0 comments on commit 11a81a7

Please sign in to comment.