Skip to content

Commit

Permalink
Merge pull request #23 from skyway/v1.0.6
Browse files Browse the repository at this point in the history
release v1.0.6
  • Loading branch information
riosu committed Sep 3, 2018
2 parents 6fc8757 + b3d59a0 commit 704941e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SkyWay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SkyWay'
s.version = '1.0.5'
s.version = '1.0.6'
s.summary = 'SkyWay simplifies peer-to-peer data, video, and audio calls using WebRTC.'
s.description = <<-DESC
"SkyWay" is a framework that enables using SkyWay in iOS apps.
Expand All @@ -9,7 +9,7 @@ SkyWay simplifies peer-to-peer data, video, and audio calls using WebRTC.
s.homepage = 'https://webrtc.ecl.ntt.com'
s.license = { :type => 'Apache License', :file => 'LICENSE.txt' }
s.author = { 'NTT Communications' => 'skyway@ntt.com' }
s.source = { :http => 'https://github.com/skyway/skyway-ios-sdk/releases/download/v1.0.5/SkyWay_iOS_1.0.5.zip', :flatten => true }
s.source = { :http => 'https://github.com/skyway/skyway-ios-sdk/releases/download/v1.0.6/SkyWay_iOS_1.0.6.zip', :flatten => true }
s.ios.deployment_target = '8.0'
s.vendored_frameworks = 'SkyWay.framework'
s.source_files = 'SkyWay.framework/Headers/*.h'
Expand Down
6 changes: 6 additions & 0 deletions release-notes.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[日本語](./release-notes.md)

## [Version 1.0.6](https://github.com/skyway/skyway-android-sdk/releases/tag/v1.0.6)

### Fixed

- Fixed bug that rarely causes crash of the app when failed to connect the server by the other factor of v1.0.5.

## [Version 1.0.5](https://github.com/skyway/skyway-ios-sdk/releases/tag/v1.0.5)

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[English](./release-notes.en.md)

## [Version 1.0.6](https://github.com/skyway/skyway-android-sdk/releases/tag/v1.0.6)

### Fixed

- v.1.0.5とは別の要因により、サーバへの接続失敗時に稀にクラッシュする不具合を解消しました。

## [Version 1.0.5](https://github.com/skyway/skyway-ios-sdk/releases/tag/v1.0.5)

### Fixed
Expand Down

0 comments on commit 704941e

Please sign in to comment.