Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lejard-h committed Sep 29, 2018
1 parent ea9efab commit e6c40d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chopper/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chopper
description: Chopper is an http client generator using source_gen and inspired from retrofit
version: 1.0.0-dev3
version: 1.0.0
homepage: https://github.com/lejard-h/chopper
author: Hadrien Lejard <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion chopper_generator/.packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by pub on 2018-09-16 16:47:09.854338.
# Generated by pub on 2018-09-29 09:58:25.521812.
analyzer:file:///Users/lejard_h/.pub-cache/hosted/pub.dartlang.org/analyzer-0.32.4/lib/
args:file:///Users/lejard_h/.pub-cache/hosted/pub.dartlang.org/args-1.4.4/lib/
async:file:///Users/lejard_h/.pub-cache/hosted/pub.dartlang.org/async-2.0.8/lib/
Expand Down
2 changes: 1 addition & 1 deletion chopper_generator/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: "../chopper"
relative: true
source: path
version: "1.0.0-dev1"
version: "1.0.0"
code_builder:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions chopper_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chopper_generator
description: Chopper is an http client generator using source_gen and inspired from retrofit
version: 1.0.0-dev2
version: 1.0.0
homepage: https://github.com/lejard-h/chopper
author: Hadrien Lejard <[email protected]>

Expand All @@ -13,7 +13,7 @@ dependencies:
build: ^0.12.0
logging: ^0.11.0
source_gen: ^0.9.0
chopper: ^1.0.0-dev1
chopper: ^1.0.0
code_builder: ^3.0.0
dart_style: ^1.0.10

Expand Down

0 comments on commit e6c40d7

Please sign in to comment.