File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 <artifactId >twilio</artifactId >
66 <packaging >jar</packaging >
77 <name >twilio</name >
8- <version >10.1.5 </version >
8+ <version >10.2.0 </version >
99 <description >Twilio Java Helper Library</description >
1010 <url >https://www.twilio.com</url >
1111 <licenses >
1919 <
url >
[email protected] :twilio/twilio-java.git</
url >
2020 <
connection >scm:git:
[email protected] :twilio/twilio-java.git</
connection >
2121 <
developerConnection >scm:git:
[email protected] :twilio/twilio-java.git</
developerConnection >
22- <tag >10.1.5 </tag >
22+ <tag >10.2.0 </tag >
2323 </scm >
2424 <developers >
2525 <developer >
469469 <artifactId >oss-parent</artifactId >
470470 <version >7</version >
471471 </parent >
472- </project >
472+ </project >
Original file line number Diff line number Diff line change 2121 */
2222public class Twilio {
2323
24- public static final String VERSION = "10.1.5 " ;
24+ public static final String VERSION = "10.2.0 " ;
2525 public static final String JAVA_VERSION = System .getProperty ("java.version" );
2626 public static final String OS_NAME = System .getProperty ("os.name" );
2727 public static final String OS_ARCH = System .getProperty ("os.arch" );
You can’t perform that action at this time.
0 commit comments