Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-73 authored Feb 17, 2023
2 parents 994dcc6 + 2083202 commit 5aedb8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MIT License

Copyright (c) 2023 Mad Brains


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FVM_DART = $(FVM) dart
init:
$(FVM) use 3.7.3 --force; $(FVM_DART) pub global activate pana;


version:
$(FVM_FLUTTER) --version; $(FVM_DART) --version;

Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ dev_dependencies:
build_runner: ^2.3.3
flutter_test:
sdk: flutter
json_serializable: ^6.6.1
json_serializable: ^6.6.1

2 changes: 1 addition & 1 deletion tool/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ echo "Bumping version: ${NEW_VERSION}"

perl -pi -e "s/^version: .*/version: $NEW_VERSION/" pubspec.yaml
perl -pi -e "s/^ yandex_geocoder: .*/ yandex_geocoder: $NEW_VERSION/" README.md
perl -pi -e "s/^ yandex_geocoder: .*/ yandex_geocoder: $NEW_VERSION/" README.ru.md
perl -pi -e "s/^ yandex_geocoder: .*/ yandex_geocoder: $NEW_VERSION/" README.ru.md

0 comments on commit 5aedb8d

Please sign in to comment.