Skip to content

Commit

Permalink
prepared release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Sep 21, 2020
1 parent b878fa1 commit 153f2bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'ch.bildspur'
version '2.1.2'
version '2.2.0'

apply plugin: 'java'

Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors=[Florian Bruggisser](https://bildspur.ch)
url=https://github.com/cansik/realsense-processing
sentence=Intel RealSense support for Processing
paragraph=Use the Intel RealSense (https://realsense.intel.com/) cameras together with Processing.
version=212000
prettyVersion=2.1.2
version=220000
prettyVersion=2.2.0
minRevision=0
maxRevision=0
8 changes: 4 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ if [ "$(expr substr $(uname -s) 1 6)" == "CYGWIN" ];then
gradlew.bat javadoc
else
echo running gradle commands on unix
gradle build
gradle copyToLib
gradle jar
gradle javadoc
./gradlew build
./gradlew copyToLib
./gradlew jar
./gradlew javadoc
fi

echo "copy files..."
Expand Down

0 comments on commit 153f2bf

Please sign in to comment.