Skip to content

Commit f209b77

Browse files
committed
Update for 0.3.1 release
1 parent 1188acd commit f209b77

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [0.3.1](https://github.com/nicklockwood/Chess/releases/tag/0.3.1) (2024-04-22)
4+
5+
- Prevented automatic move before pawn substitution selected
6+
37
## [0.3.0](https://github.com/nicklockwood/Chess/releases/tag/0.3.0) (2022-10-22)
48

59
- Player can now select pawn promotion piece upon reaching opponent's side

Chess/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
[![Travis](https://api.travis-ci.org/nicklockwood/Chess.svg?branch=master)](https://travis-ci.org/nicklockwood/Chess)
21
[![Platforms](https://img.shields.io/badge/platforms-iOS-lightgray.svg)]()
32
[![Swift 5.2](https://img.shields.io/badge/swift-5.2-red.svg?style=flat)](https://developer.apple.com/swift)
43
[![License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT)
5-
[![Twitter](https://img.shields.io/badge/twitter-@nicklockwood-blue.svg)](http://twitter.com/nicklockwood)
4+
[![Mastodon](https://img.shields.io/badge/mastodon-@nicklockwood@mastodon.social-636dff.svg)](https://mastodon.social/@nicklockwood)
65

76
![Screenshot](Screenshot.png?raw=true)
87

0 commit comments

Comments
 (0)