Skip to content

Commit

Permalink
Bump to 1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldmannak committed Mar 11, 2014
1 parent e540039 commit 3537045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Installation

Example podfile:

pod 'YBStatechart', '1.0.1'
pod 'YBStatechart'


License
Expand Down
2 changes: 1 addition & 1 deletion YBStatechart.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "YBStatechart"
s.version = "1.0.1"
s.version = "1.0.3"
s.summary = "Framework for statecharts. A statecharts is a formalized type of finite state machine."
s.homepage = "https://github.com/ronaldmannak/YBStatechart"
s.license = 'Apache 2.0'
Expand Down

0 comments on commit 3537045

Please sign in to comment.