Skip to content

Commit 0d5c420

Browse files
authored
rev package:appengine to 0.13.9 for publishing (#177)
1 parent b255356 commit 0d5c420

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This repository is home to various Dart packages under the
77

88
| Package | Description | Version |
99
|---|---|---|
10+
| [appengine](pkgs/appengine/) | Support for using Dart as a custom runtime on Google App Engine Flexible Environment. | [![pub package](https://img.shields.io/pub/v/appengine.svg)](https://pub.dev/packages/appengine) |
1011
| [gcloud](pkgs/gcloud/) | High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore. | [![pub package](https://img.shields.io/pub/v/gcloud.svg)](https://pub.dev/packages/gcloud) |
1112
| [native_synchronization](pkgs/native_synchronization/) | Low level synchronization primitives built on dart:ffi. | [![pub package](https://img.shields.io/pub/v/native_synchronization.svg)](https://pub.dev/packages/native_synchronization) |
1213

pkgs/appengine/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.13.9-wip
1+
## 0.13.9
22

33
* Update the pubspec repository field to reflect the new repo location.
44

pkgs/appengine/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: appengine
2-
version: 0.13.9-wip
3-
description: >
2+
version: 0.13.9
3+
description: >-
44
Support for using Dart as a custom runtime on Google App Engine Flexible
5-
Environment
5+
Environment.
66
repository: https://github.com/dart-lang/labs/tree/main/pkgs/appengine
77

88
topics:

0 commit comments

Comments
 (0)