Skip to content

Commit 6f95143

Browse files
committed
chore(project.json): bump package version
1 parent 328f413 commit 6f95143

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ before_script:
77
- psql -c 'create database JsonApiDotNetCoreExample;' -U postgres
88
mono: none
99
dotnet: 1.0.0-preview2-1-003177
10+
branches:
11+
only:
12+
- master
1013
script:
11-
- ./build.sh
14+
- ./build.shgit

src/JsonApiDotNetCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.10",
2+
"version": "0.2.11",
33

44
"dependencies": {
55
"Microsoft.NETCore.App": {

0 commit comments

Comments
 (0)