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 >11.1 .0</version >
8+ <version >11.2 .0</version >
99 <description >Twilio Java Helper Library</description >
1010 <url >https://www.twilio.com</url >
1111 <licenses >
1919 <url >git@github.com:twilio/twilio-java.git</url >
2020 <connection >scm:git:git@github.com:twilio/twilio-java.git</connection >
2121 <developerConnection >scm:git:git@github.com:twilio/twilio-java.git</developerConnection >
22- <tag >11.1 .0</tag >
22+ <tag >11.2 .0</tag >
2323 </scm >
2424 <developers >
2525 <developer >
494494 </plugin >
495495 </plugins >
496496 </build >
497- </project >
497+ </project >
Original file line number Diff line number Diff line change 2828 */
2929public class Twilio {
3030
31- public static final String VERSION = "11.1 .0" ;
31+ public static final String VERSION = "11.2 .0" ;
3232 public static final String JAVA_VERSION = System .getProperty ("java.version" );
3333 public static final String OS_NAME = System .getProperty ("os.name" );
3434 public static final String OS_ARCH = System .getProperty ("os.arch" );
You can’t perform that action at this time.
0 commit comments