* update version to 0.1.3

* update version in readme
This commit is contained in:
yungez 2017-12-25 12:27:19 +08:00 коммит произвёл GitHub
Родитель 5655985c94
Коммит b0e70d229c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -46,7 +46,7 @@ If you are using Maven, add the following dependency.
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-documentdb</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>
```

Просмотреть файл

@ -6,7 +6,7 @@
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-documentdb</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.3</version>
<name>Spring Data for Azure Cosmos DB DocumentDB API</name>
<description>Spring Data for Azure Cosmos DB DocumentDB API</description>

Просмотреть файл

@ -14,7 +14,7 @@ import org.springframework.util.Assert;
public class DocumentDbFactory {
private static final String USER_AGENT_SUFFIX = "spring-data/0.1.4-SNAPSHOT";
private static final String USER_AGENT_SUFFIX = "spring-data/0.1.3";
private DocumentClient documentClient;