Skip to content

Commit

Permalink
version: 1.0.0+1
Browse files Browse the repository at this point in the history
- Remove unused import
  • Loading branch information
sanekyy committed Nov 23, 2020
1 parent 14508bf commit 8b6f09a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0+1

- Remove unused import

## 1.0.0

- Initial version
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:built_value/built_value.dart';
import 'package:built_value/serializer.dart';
import 'package:vk_bridge/src/bridge/vk_bridge.dart';
import 'package:vk_bridge/src/data/model/results/common/city.dart';
import 'package:vk_bridge/src/data/model/results/common/country.dart';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: vk_bridge
description: A dart package for working with VK Mini Apps via VK Bridge. Works web, mobile-web
homepage: https://github.com/optimist-dev/vk_bridge
version: 1.0.0
version: 1.0.0+1

environment:
sdk: '>=2.10.0 <3.0.0'
Expand Down

0 comments on commit 8b6f09a

Please sign in to comment.