Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 71d290f

Browse files
committed
bump version to v2.0.13
1 parent 8378711 commit 71d290f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ the dependency with the `endpoints-framework` artifact from the
3232
<dependency>
3333
<groupId>com.google.endpoints</groupId>
3434
<artifactId>endpoints-framework</artifactId>
35-
<version>2.0.12</version>
35+
<version>2.0.13</version>
3636
</dependency>
3737

3838
In Gradle, the new dependency looks like this:
3939

40-
compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.12'
40+
compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.13'
4141

4242
You also need to update your `web.xml`. Simply replace all instances of
4343
`SystemServiceServlet` with `EndpointsServlet` and replace `/_ah/spi/*` with

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.0.12
1+
version=2.0.13
22

33
sourceCompatibility=1.7
44
targetCompatibility=1.7

0 commit comments

Comments
 (0)