Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.1

- chore(deps): bump test from 1.29.0 to 1.30.0 (#53)
- chore(deps): bump build_runner from 2.10.5 to 2.11.1 (#54)

## 1.2.0

- chore(deps): bump lints from 6.0.0 to 6.1.0, use null-aware elements (#46)
Expand Down
2 changes: 1 addition & 1 deletion bin/raygun_cli.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:args/args.dart';
import 'package:raygun_cli/raygun_cli.dart';

const String version = '1.2.0';
const String version = '1.2.1';

ArgParser buildParser() {
return ArgParser()
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: raygun_cli
description: A command-line tool for uploading sourcemaps, managing obfuscation symbols, and tracking deployments in Raygun.com
# Update version in bin/raygun_cli.dart as well
version: 1.2.0
version: 1.2.1
repository: https://github.com/MindscapeHQ/raygun-cli/
homepage: https://raygun.com

Expand Down