Skip to content

Commit fff01c5

Browse files
committed
Bump to 0.12.3
1 parent 5eb0804 commit fff01c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.12.2.{build}
1+
version: 0.12.3.{build}
22
pull_requests:
33
do_not_increment_build_number: true
44
skip_tags: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-dotnet",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "GraphQL for .NET",
55
"main": "index.js",
66
"scripts": {

src/GraphQL/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.12.2",
2+
"version": "0.12.3",
33
"description": "GraphQL for .NET",
44
"authors": [
55
"Joe McBride"

0 commit comments

Comments
 (0)