Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Fix version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Jan 26, 2016
1 parent 3ea22b8 commit d8a8d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion J2ObjC-Framework.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version = "1.0"
@version = "1.0.0"

Pod::Spec.new do |s|
s.name = "J2ObjC-Framework"
Expand Down
2 changes: 1 addition & 1 deletion Scripts/download.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -ev

j2objc_version=1.0
j2objc_version=1.0.0
sha1_checksum=703d2a8d132f828a9dece35a0efc7cbdcef83e29

echo "fetching j2objc dist"
Expand Down

0 comments on commit d8a8d22

Please sign in to comment.