Skip to content

Commit bfd86e8

Browse files
authored
bump version (#67)
1 parent 1f09ab8 commit bfd86e8

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: 5.1.1.{build}
1+
version: 5.1.2.{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-parser",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"main": "index.js",
55
"repository": "[email protected]:graphql-dotnet/parser.git",
66
"author": "Joe McBride",

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>5.1.1</VersionPrefix>
4+
<VersionPrefix>5.1.2</VersionPrefix>
55
<Authors>Marek Magdziak</Authors>
66
<NoWarn>$(NoWarn);1591</NoWarn>
77
<Copyright>Copyright 2016-2020 Marek Magdziak et al. All rights reserved.</Copyright>

0 commit comments

Comments
 (0)