Skip to content

Commit

Permalink
version changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
VB10 committed Sep 1, 2023
1 parent 1c5bac9 commit 1c446de
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# [3.5.2] - 21/02/2023
# [3.5.4] - 02/10/2023

- Updated some code fix and version migration

## [3.5.2] - 21/02/2023

- Dio package update 3.5.2
- Added some documentation with fix some issues.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.6"
version: "3.5.4"
win32:
dependency: transitive
description:
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: vexana
description: Manage your network layer with dio. You will be able to use it very
easily network operations.
version: 3.5.6
version: 3.5.4
homepage: https://github.com/VB10/vexana

environment:
Expand Down
3 changes: 3 additions & 0 deletions script/push_version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
git tag publish_$1
git push origin publish_$1
5 changes: 5 additions & 0 deletions script/remove_version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

git push --delete origin publish_$1
git tag delete publish_$1

0 comments on commit 1c446de

Please sign in to comment.