Skip to content

Commit 0d513bc

Browse files
committed
Bump version to 2.3.0
1 parent 6ecd4f0 commit 0d513bc

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: 2.2.0.{build}
1+
version: 2.3.0.{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": "2.2.0",
3+
"version": "2.3.0",
44
"description": "GraphQL for .NET",
55
"main": "index.js",
66
"scripts": {

src/GraphQL/GraphQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>GraphQL for .NET</Description>
5-
<VersionPrefix>2.2.0</VersionPrefix>
5+
<VersionPrefix>2.3.0</VersionPrefix>
66
<Authors>Joe McBride</Authors>
77
<TargetFrameworks>netstandard2.0;netstandard1.3;net45</TargetFrameworks>
88
<AssemblyName>GraphQL</AssemblyName>

0 commit comments

Comments
 (0)