Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #212 from comigor/readme-installation-fix
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
comigor authored Sep 8, 2020
2 parents f9fd1f5 + cc35958 commit da4a9bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 6.12.3-beta.1
- Readme fix

## 6.12.2-beta.1
- Fixed `ignore_for_file` documentation.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The generated code uses the following packages in run-time:
```yaml
dependencies:
artemis: '>=5.0.0 <6.0.0' # only if you're using ArtemisClient!
json_serializable: ^3.0.0
json_annotation: ^3.0.0
equatable: ^0.6.1
meta: '>=1.0.0 <2.0.0' # only if you have non nullable fields
gql: '>=0.7.3 <1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: artemis
version: 6.12.2-beta.1
version: 6.12.3-beta.1

description: Build dart types from GraphQL schemas and queries (using Introspection Query).
homepage: https://github.com/comigor/artemis
Expand Down

0 comments on commit da4a9bd

Please sign in to comment.