Skip to content

Commit

Permalink
Tweak update script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr committed Jan 23, 2011
1 parent 29030e9 commit d3bc288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
PREVIOUS=0.0.8
NEXT=0.0.9
PREVIOUS=$1
NEXT=$2

while read p; do
echo "Changing $p"
Expand Down
1 change: 1 addition & 0 deletions scripts/version-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ scalariform/src/main/scala/scalariform/package.scala
README.rst
docs/source/README.rst
perf/pom.xml
scalariform.maven-plugin/pom.xml

0 comments on commit d3bc288

Please sign in to comment.