Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikas-taroza committed Dec 24, 2022
1 parent e381d2c commit 429b6ab
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
## 0.0.1

* TODO: Describe initial release.
## 1.0.0
First version
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PODS:
- SDWebImage (5.13.4):
- SDWebImage/Core (= 5.13.4)
- SDWebImage/Core (5.13.4)
- simple_audio (0.0.1):
- simple_audio (1.0.0):
- Flutter
- SwiftyGif (5.4.3)

Expand Down
2 changes: 1 addition & 1 deletion example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- FlutterMacOS (1.0.0)
- simple_audio (0.0.1):
- simple_audio (1.0.0):
- FlutterMacOS

DEPENDENCIES:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "1.0.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
10 changes: 5 additions & 5 deletions ios/simple_audio.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#
Pod::Spec.new do |s|
s.name = 'simple_audio'
s.version = '0.0.1'
s.summary = 'A new Flutter plugin project.'
s.version = '1.0.0'
s.summary = 'A cross-platform solution for playing audio in Flutter.'
s.description = <<-DESC
A new Flutter plugin project.
A cross-platform solution for playing audio in Flutter.
DESC
s.homepage = 'http://example.com'
s.homepage = 'https://github.com/erikas-taroza/simple_audio'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.author = { 'Erikas Taroza' => 'erikastaroza@gmail.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
Expand Down
10 changes: 5 additions & 5 deletions macos/simple_audio.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#
Pod::Spec.new do |s|
s.name = 'simple_audio'
s.version = '0.0.1'
s.summary = 'A new Flutter plugin project.'
s.version = '1.0.0'
s.summary = 'A cross-platform solution for playing audio in Flutter.'
s.description = <<-DESC
A new Flutter plugin project.
A cross-platform solution for playing audio in Flutter.
DESC
s.homepage = 'http://example.com'
s.homepage = 'https://github.com/erikas-taroza/simple_audio'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.author = { 'Erikas Taroza' => 'erikastaroza@gmail.com' }

s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
Expand Down
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: simple_audio
description: A new Flutter plugin project.
version: 0.0.1
homepage:
description: A cross-platform solution for playing audio in Flutter.
version: 1.0.0
homepage: https://github.com/erikas-taroza/simple_audio
repository: https://github.com/erikas-taroza/simple_audio

environment:
sdk: '>=2.18.1 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple_audio"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 429b6ab

Please sign in to comment.