Skip to content

Commit

Permalink
Prepare release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Mar 25, 2022
1 parent b2d8b0f commit c8f81cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A safe, dynamic tracing tool for the Java platform

## Version
2.2.0
2.2.2

## Quick Summary
BTrace is a safe, dynamic tracing tool for the Java platform.
Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'java'
apply plugin: 'idea'

project.group = 'org.openjdk.btrace'
project.version = '2.3.0-SNAPSHOT'
project.version = '2.2.2'

sourceCompatibility = '8'
targetCompatibility = '8'
Expand Down
2 changes: 1 addition & 1 deletion docs/BTraceTutorial.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BTrace Tutorial (BTrace 2.2.0)
# BTrace Tutorial (BTrace 2.2.2)

## 1. Hello World

Expand Down

0 comments on commit c8f81cc

Please sign in to comment.