Skip to content

Commit

Permalink
Prepare for 0.6.0-dev1 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Feb 21, 2024
1 parent 42eecde commit fc72c67
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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.5.0"
val TRACKER_VERSION = "flutter-0.6.0-dev1"
}
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
- snowplow_tracker (0.5.0):
- snowplow_tracker (0.6.0-dev1):
- Flutter
- SnowplowTracker (~> 6.0)
- SnowplowTracker (6.0.1)
Expand All @@ -27,7 +27,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: 13825b8a9334a850581300559b8839134b124670
snowplow_tracker: d017e9d177dacf89a815b5136a334bb020b946ab
snowplow_tracker: 817720bd9c611a811c161f790b5db5b335e481cb
SnowplowTracker: 6b19c331d5b765bda8b97b1c70ab52491524da60

PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.0"
version: "0.6.0-dev1"
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.5.0"
static let TRACKER_VERSION = "flutter-0.6.0-dev1"
}
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.5.0'
s.version = '0.6.0-dev1'
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.5.0
version: 0.6.0-dev1
homepage: https://github.com/snowplow/snowplow-flutter-tracker
repository: https://github.com/snowplow/snowplow-flutter-tracker

Expand Down

0 comments on commit fc72c67

Please sign in to comment.