Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 45fb9f8

Browse files
author
Josh Price
committed
Bump version to 0.2
1 parent f960a1e commit 45fb9f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ First, add GraphQL to your `mix.exs` dependencies:
2020

2121
```elixir
2222
defp deps do
23-
[{:graphql, "~> 0.1.2"}]
23+
[{:graphql, "~> 0.2"}]
2424
end
2525
```
2626

@@ -92,6 +92,7 @@ This is a work in progress, right now here's what is done:
9292
- [x] Extract variable values
9393
- [x] Introspection
9494
- [WIP] Query validation
95+
- [ ] Directives
9596

9697
## Resources
9798

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GraphQL.Mixfile do
22
use Mix.Project
33

4-
@version "0.1.2"
4+
@version "0.2.0"
55

66
@description "GraphQL Elixir implementation"
77
@repo_url "https://github.com/graphql-elixir/graphql"

0 commit comments

Comments
 (0)