Skip to content

Commit

Permalink
Pub points fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo.gabriel committed Mar 4, 2022
1 parent 43c0beb commit bcb7f87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

* Fixes for get more Pub Points

## 0.0.3

* Readme github action link fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![pub version](https://img.shields.io/pub/v/lime.svg?logo=github)](https://pub.dev/packages/lime)
[![Test Status](https://github.com/takenet/lime-dart/actions/workflows/tests.yml/badge.svg)](https://github.com/takenet/lime-dart/actions)

LIME allows you to build scalable, real-time messaging applications using a JSON-based [open protocol](http://limeprotocol.org). It's **fully asynchronous** and supports any persistent transport like TCP or Websockets.
LIME allows you to build scalable, real-time messaging applications using a JSON-based [open protocol](https://limeprotocol.org). It's **fully asynchronous** and supports any persistent transport like TCP or Websockets.

You can send and receive any type of object into the wire as long it can be represented as JSON or text (plain or encoded with base64) and it has a **MIME type** to allow the other party handle it in the right way.

Expand Down
2 changes: 1 addition & 1 deletion lib/src/protocol/client/channel.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'dart:async';
import 'package:simple_logger/simple_logger.dart';

import '../../../lime.dart';
import '../command.dart';
import '../enums/command_method.enum.dart';
import '../enums/command_status.enum.dart';
import '../enums/session_state.enum.dart';
import '../enums/notification_event.enum.dart';
import '../envelope.dart';
import '../message.dart';
import '../network/transport.dart';
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lime
description: LIME Protocol - A lightweight messaging library
version: 0.0.3
description: LIME Protocol for Dart/Flutter - A lightweight messaging library
version: 0.0.4
homepage: https://limeprotocol.org/
repository: https://github.com/takenet/lime-dart

Expand Down

0 comments on commit bcb7f87

Please sign in to comment.