Skip to content

Commit

Permalink
Update validator binary and version file for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neakor committed May 8, 2019
1 parent 2a49b8d commit 0a4a83d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AbstractClassFoundation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AbstractClassFoundation'
s.version = '0.2.0'
s.version = '0.3.0'
s.summary = 'Swift abstract class validator.'
s.description = 'Swift abstract class validator is an source code analysis tool that validates abstract class rules.'

Expand Down
2 changes: 1 addition & 1 deletion Validator/Sources/abstractclassvalidator/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
// limitations under the License.
//

let version = "0.2.0"
let version = "0.3.0"
Binary file modified Validator/bin/abstractclassvalidator
Binary file not shown.

0 comments on commit 0a4a83d

Please sign in to comment.