Skip to content

Commit cdfb30e

Browse files
committed
#6: 0.2.0
1 parent 7d2a4bc commit cdfb30e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ for clarity and maintainability. Can create diagrams:
66

77
![example digraph](example-digraph.png)
88

9-
- Version 0.1.0 (following [Semantic Versioning][])
9+
- Version 0.2.0 (following [Semantic Versioning][])
1010
- Developed and tested under Swift 1.2 (Xcode 6.3)
1111
- Published under the [MIT License](LICENSE)
1212
- [Carthage][] compatible
@@ -58,15 +58,15 @@ SwiftyStateMachine is a framework — you can build it and drag it to your
5858
project. We recommend using [Carthage][Carthage add]:
5959

6060
# Cartfile
61-
github "macoscope/SwiftyStateMachine" == 0.1.0
61+
github "macoscope/SwiftyStateMachine" == 0.2.0
6262

6363
[Carthage add]: https://github.com/Carthage/Carthage#adding-frameworks-to-an-application
6464

6565

6666
You can also use [CocoaPods][]:
6767

6868
# Podfile
69-
pod 'SwiftyStateMachine', '0.1.0'
69+
pod 'SwiftyStateMachine', '0.2.0'
7070

7171

7272
Example

SwiftyStateMachine.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 = "SwiftyStateMachine"
3-
s.version = "0.1.0"
3+
s.version = "0.2.0"
44
s.summary = "A Swift µframework for creating finite-state machines, designed for clarity and maintainability."
55
s.homepage = "https://github.com/macoscope/SwiftyStateMachine"
66
s.license = "MIT"

0 commit comments

Comments
 (0)