Skip to content

Commit

Permalink
Add version update script
Browse files Browse the repository at this point in the history
  • Loading branch information
roundrop committed May 17, 2013
1 parent a498c18 commit 9368fff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

OLD_VERSION=$1
NEW_VERSION=$2

sed -i "" s/${OLD_VERSION}/${NEW_VERSION}/g readme.md
sed -i "" s/${OLD_VERSION}/${NEW_VERSION}/g facebook4j-core/src/main/java/facebook4j/Version.java

0 comments on commit 9368fff

Please sign in to comment.