Skip to content

Commit b937c8b

Browse files
committed
Updated V1.2.1
1 parent 7abd9ff commit b937c8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

KRHebbian.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "KRHebbian"
3-
s.version = "1.2.0"
3+
s.version = "1.2.1"
44
s.summary = "Non-supervisor that Hebbian self-organization learning method in machine learning. (自分学習アルゴリズム)."
55
s.description = <<-DESC
66
KRHebbian implemented Hebbian algorithm that is a non-supervisor of self-organization algorithm of Machine Learning (自分学習アルゴリズム).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ KRHebbian implemented Hebbian algorithm that is a non-supervisor of self-organiz
66

77
```ruby
88
platform :ios, '7.0'
9-
pod "KRHebbian", "~> 1.2.0"
9+
pod "KRHebbian", "~> 1.2.1"
1010
```
1111

1212
## How To Get Started
@@ -35,7 +35,7 @@ _hebbian.maxIteration = 1;
3535
3636
## Version
3737
38-
V1.2.0
38+
V1.2.1
3939
4040
## LICENSE
4141

0 commit comments

Comments
 (0)