Skip to content

Commit

Permalink
chore: version bump, changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjablonski committed Feb 26, 2024
1 parent aba4271 commit 3628e98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# Changelog

## 3.0.0-alpha
Dev log:
- removed all files from Git repo to have history diffed
- regenerated whole project using command:
`flutter create --org network.ramp --template=plugin --platforms=android,ios -i swift -a kotlin ramp_flutter`
- reset this changelog file, added this section
- commited relatively safe updated config files and implementation files
- updated iOS side of things + lib pubspec
## 3.0.0
* Regenerated plugin to fix platform specific dependencies

## 2.0.2

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0-alpha"
version: "3.0.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ramp_flutter
description: Ramp for Flutter is a simple wrapper for native iOS and Android Ramp SDKs. Unified API lets you write code once and use on any of the platforms. Ramp Flutter SDK supports iOS and Android platforms.
version: 3.0.0-alpha
version: 3.0.0
homepage: https://ramp.network/

environment:
Expand Down

0 comments on commit 3628e98

Please sign in to comment.