Skip to content

Commit

Permalink
Prepare for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jan 31, 2022
1 parent f957bc2 commit 7e600c4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.0

* Add route observer for auto tracking screen or page view events on navigation (#9)

# 0.1.0-alpha.2

* Add page view events and activity tracking on Web (#6)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
package com.snowplowanalytics.snowplow_tracker

object TrackerVersion {
val TRACKER_VERSION = "flutter-0.1.0-alpha.2"
val TRACKER_VERSION = "flutter-0.1.0"
}
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- FMDB/standard (2.7.5)
- integration_test (0.0.1):
- Flutter
- snowplow_tracker (0.1.0-alpha.2):
- snowplow_tracker (0.1.0):
- Flutter
- SnowplowTracker (~> 3.0.2)
- SnowplowTracker (3.0.2):
Expand Down Expand Up @@ -33,7 +33,7 @@ SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5
snowplow_tracker: 589a8ccaaa56b17f457c6d07d246a98f3590a63e
snowplow_tracker: 90ea9083b578578110e3bfeb65a0720b654755b2
SnowplowTracker: a96fd8819c86c56844f930af372d0f4f92c35472

PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0-alpha.2"
version: "0.1.0"
source_span:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/TrackerVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
import Foundation

class TrackerVersion {
static let TRACKER_VERSION = "flutter-0.1.0-alpha.2"
static let TRACKER_VERSION = "flutter-0.1.0"
}
2 changes: 1 addition & 1 deletion ios/snowplow_tracker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'snowplow_tracker'
s.version = '0.1.0-alpha.2'
s.version = '0.1.0'
s.summary = 'A package for tracking Snowplow events in Flutter apps.'
s.description = <<-DESC
A package for tracking Snowplow events in Flutter apps.
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: snowplow_tracker
description: A package for tracking Snowplow events in Flutter apps
version: 0.1.0-alpha.2
version: 0.1.0
homepage: https://github.com/snowplow-incubator/snowplow-flutter-tracker
repository: https://github.com/snowplow-incubator/snowplow-flutter-tracker

Expand Down

0 comments on commit 7e600c4

Please sign in to comment.