Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Nov 4, 2023
1 parent 8f689ae commit f500691
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vocabhub 0.7.6
# Vocabhub 0.7.7

Supercharge your vocabulary with our comprehensive app designed to help you excel in English! Whether you're preparing for the GRE or simply aiming to enhance your language skills, this app is your ultimate companion. Unlock the potential of over 800 meticulously curated GRE words, carefully selected to bolster your word power.

Expand Down
18 changes: 18 additions & 0 deletions ios/Flutter/Flutter.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# This podspec is NOT to be published. It is only used as a local source!
# This is a generated file; do not edit or check into version control.
#

Pod::Spec.new do |s|
s.name = 'Flutter'
s.version = '1.0.0'
s.summary = 'A UI toolkit for beautiful and fast apps.'
s.homepage = 'https://flutter.dev'
s.license = { :type => 'BSD' }
s.author = { 'Flutter Dev Team' => '[email protected]' }
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
# Framework linking is handled by Flutter tooling, not CocoaPods.
# Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs.
s.vendored_frameworks = 'path/to/nothing'
end
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: vocabhub
description: An App to help you build vocabulary.
publish_to: "none"
version: 0.7.6+28
version: 0.7.7+29

environment:
sdk: ">=2.17.0 <3.0.0"
Expand All @@ -28,7 +28,7 @@ dependencies:
http: ^0.13.6
intl: ^0.18.0
json_annotation: ^4.6.0
navbar_router: ^0.6.1
navbar_router: ^0.6.2
# git:
# url: https://github.com/maheshmnj/navbar_router.git
package_info_plus: ^4.0.1
Expand Down

0 comments on commit f500691

Please sign in to comment.